forked from horde/horde
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,288 changed files
with
1,985 additions
and
1,985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* @author Marko Djukic <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/lib/Application.php'; | ||
require_once __DIR__ . '/lib/Application.php'; | ||
Horde_Registry::appInit('agora'); | ||
|
||
/* Set up the forums object. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Marko Djukic <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/lib/Application.php'; | ||
require_once __DIR__ . '/lib/Application.php'; | ||
Horde_Registry::appInit('agora'); | ||
|
||
/* Set up the forums object. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* @author Marko Djukic <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/lib/Application.php'; | ||
require_once __DIR__ . '/lib/Application.php'; | ||
Horde_Registry::appInit('agora'); | ||
|
||
/* Set up the forums object. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php | ||
|
||
require dirname(__FILE__) . '/forums.php'; | ||
require __DIR__ . '/forums.php'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Marko Djukic <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('agora'); | ||
|
||
/* Set up the messages object. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Marko Djukic <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('agora'); | ||
|
||
/* Set up the messages object. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Marko Djukic <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('agora'); | ||
|
||
/* Set up the messages object. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* @author Marko Djukic <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/lib/Application.php'; | ||
require_once __DIR__ . '/lib/Application.php'; | ||
Horde_Registry::appInit('agora'); | ||
|
||
if (!$registry->isAdmin()) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/lib/Application.php'; | ||
require_once __DIR__ . '/lib/Application.php'; | ||
Horde_Registry::appInit('agora'); | ||
|
||
/* Default to agora and current user if is not an admin. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('agora', array('authentication' => 'none')); | ||
|
||
// Show a specific scope? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('agora', array('authentication' => 'none')); | ||
|
||
// Show a specific scope? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('agora', array('authentication' => 'none')); | ||
|
||
// Detect forum id | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Jason Felice <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/lib/Application.php'; | ||
require_once __DIR__ . '/lib/Application.php'; | ||
Horde_Registry::appInit('agora'); | ||
|
||
/* Set up the forums object. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* @author Marko Djukic <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/lib/Application.php'; | ||
require_once __DIR__ . '/lib/Application.php'; | ||
Horde_Registry::appInit('agora'); | ||
|
||
/* Make sure we have a forum id. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Marko Djukic <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/lib/Application.php'; | ||
require_once __DIR__ . '/lib/Application.php'; | ||
Horde_Registry::appInit('agora'); | ||
|
||
$action_id = Horde_Util::getFormData('action_id', 'download'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ | |
* | ||
* @author Michael J. Rubinsky <[email protected]> | ||
*/ | ||
if (file_exists(dirname(__FILE__) . '/../../ansel/lib/Application.php')) { | ||
$baseDir = dirname(__FILE__) . '/../'; | ||
if (file_exists(__DIR__ . '/../../ansel/lib/Application.php')) { | ||
$baseDir = __DIR__ . '/../'; | ||
} else { | ||
require_once 'PEAR/Config.php'; | ||
$baseDir = PEAR_Config::singleton() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
* | ||
* @author Michael J. Rubinsky <[email protected]> | ||
*/ | ||
if (file_exists(dirname(__FILE__) . '/../../ansel/lib/Application.php')) { | ||
$baseDir = dirname(__FILE__) . '/../'; | ||
if (file_exists(__DIR__ . '/../../ansel/lib/Application.php')) { | ||
$baseDir = __DIR__ . '/../'; | ||
} else { | ||
require_once 'PEAR/Config.php'; | ||
$baseDir = PEAR_Config::singleton() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @author Jan Zagar <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/lib/Application.php'; | ||
require_once __DIR__ . '/lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$vars = Horde_Variables::getDefaultVariables(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @author Michael J. Rubinsky <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/lib/Application.php'; | ||
require_once __DIR__ . '/lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$images = Horde_Util::getFormData('image', array()); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$faces = $GLOBALS['injector']->getInstance('Ansel_Faces'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$image_id = (int)Horde_Util::getFormData('image'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @author Duck <[email protected]> | ||
*/ | ||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$faces = $GLOBALS['injector']->getInstance('Ansel_Faces'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$gallery_id = (int)Horde_Util::getFormData('gallery'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$faces = $GLOBALS['injector']->getInstance('Ansel_Faces'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$face_id = Horde_Util::getFormData('face'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$image_id = (int)Horde_Util::getFormData('image'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$face_id = Horde_Util::getFormData('face'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../lib/Application.php'; | ||
require_once __DIR__ . '/../lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$image_id = (int)Horde_Util::getFormData('image_id'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../../lib/Application.php'; | ||
require_once __DIR__ . '/../../lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$thumb = Horde_Util::getGet('thumb'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Duck <[email protected]> | ||
*/ | ||
|
||
require_once dirname(__FILE__) . '/../../lib/Application.php'; | ||
require_once __DIR__ . '/../../lib/Application.php'; | ||
Horde_Registry::appInit('ansel'); | ||
|
||
$faces = $GLOBALS['injector']->getInstance('Ansel_Faces'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.