[ Index ] |
|
Code source de e107 0.7.8 |
1 if (ADMIN) { 2 global $ns; 3 ob_start(); 4 if(!FILE_UPLOADS){ 5 echo message_handler("ADMIN_MESSAGE", LAN_head_2, __LINE__, __FILE__); 6 } 7 /* 8 if(OPEN_BASEDIR){ 9 echo message_handler("ADMIN_MESSAGE", LAN_head_3, __LINE__, __FILE__); 10 } 11 */ 12 $message_text = ob_get_contents(); 13 ob_end_clean(); 14 return $message_text; 15 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |