Searched refs:dwfck_client (Results 1 – 3 of 3) sorted by relevance
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | config.php | 31 global $dwfck_client; 45 $dwfck_client = $_REQUEST['DWFCK_Client']; variable 46 if(!$dwfck_client) $AUTH_INI = 255; 256 global $dwfck_client; 257 if(!$dwfck_client || $AUTH_INI == 255) return ""; 271 $AUTH = auth_aclcheck($test,$dwfck_client,$usergrps); 291 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps); 296 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps); 307 global $dwfck_client; 345 if(!$dwfck_client) {
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | config.php | 31 global $dwfck_client; 45 $dwfck_client = $_REQUEST['DWFCK_Client']; variable 46 if(!$dwfck_client) $AUTH_INI = 255; 240 global $dwfck_client; 241 if(!$dwfck_client || $AUTH_INI == 255) return ""; 255 $AUTH = auth_aclcheck($test,$dwfck_client,$usergrps); 275 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps); 280 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps); 291 global $dwfck_client; 329 if(!$dwfck_client) {
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | config.php | 31 global $dwfck_client; 45 $dwfck_client = $_REQUEST['DWFCK_Client']; variable 46 if(!$dwfck_client) $AUTH_INI = 255; 242 global $dwfck_client; 243 if(!$dwfck_client || $AUTH_INI == 255) return ""; 257 $AUTH = auth_aclcheck($test,$dwfck_client,$usergrps); 277 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps); 282 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps); 293 global $dwfck_client; 331 if(!$dwfck_client) {
|