Dotclear 2.24
|
Namespaces | |
namespace | Dotclear |
Authentication and user credentials management. | |
Variables | |
if( @is_dir('/usr/lib/clearbricks')) elseif(is_dir(__DIR__ . '/libs/clearbricks')) elseif(isset( $_SERVER[ 'CLEARBRICKS_PATH']) &&is_dir( $_SERVER[ 'CLEARBRICKS_PATH'])) | if (!defined( 'CLEARBRICKS_PATH')||!is_dir(CLEARBRICKS_PATH)) |
if(isset( $_SERVER[ 'DC_RC_PATH'])) elseif(isset($_SERVER['REDIRECT_DC_RC_PATH'])) | else |
if(empty( $_GET[ 'pf'])) if(isset($_GET['v'])) if(isset( $_GET[ 't'])) if(count($_GET) > 1) | $requested_file = path::clean($_GET['pf']) |
$paths = array_reverse(explode(PATH_SEPARATOR, DC_PLUGINS_ROOT)) | |
$paths [] = __DIR__ . '/js' | |
exit | |
if(!is_file(DC_RC_PATH)) | ( | ! | defined 'CLEARBRICKS_PATH')||!is_dir(CLEARBRICKS_PATH | ) |
if(isset($_SERVER['DC_RC_PATH'])) elseif (isset( $_SERVER[ 'REDIRECT_DC_RC_PATH'])) else |
if(empty($_GET['pf'])) if(isset( $_GET[ 'v'])) if(isset($_GET['t'])) if (count( $_GET) > 1) $requested_file = path::clean($_GET['pf']) |
$paths = array_reverse(explode(PATH_SEPARATOR, DC_PLUGINS_ROOT)) |
Referenced by adminModulesList\setPath().
$paths[] = __DIR__ . '/js' |
exit |
Referenced by __error(), http\cache(), http\etag(), dcMaintenanceZipmedia\execute(), dcMaintenanceZiptheme\execute(), dbSchema\init(), adminBlogTheme\init(), adminIndex\init(), adminPlugins\init(), adminPostMedia\init(), adminUpdate\init(), adminXMLRPCpage\init(), dcAdmin\init(), adminCKEditor\init(), dbLayer\init(), xmlrpcServer\output(), urlPages\pages(), adminBlogTheme\process(), adminIndex\process(), adminMedia\process(), adminPostMedia\process(), adminAboutConfig\process(), adminUserPreferences\process(), dcExportFlat\process(), dcImportFlat\process(), dcActions\redirect(), http\redirect(), adminMedia\render(), adminPost\render(), adminUsersActions\render(), and xmlrpcServer\serve().