Changeset 43856 in spip-zone
- Timestamp:
- Jan 25, 2011, 1:29:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/couteau_suisse/outils/ecran_securite.php
r43855 r43856 3 3 function ecran_securite_pre_description_outil($flux) { 4 4 if($flux['outil']!="ecran_securite") return $flux; 5 $f = _DIR_RACINE._NOM_PERMANENTS_INACCESSIBLES."ecran_securite.php";6 echo "<br>0. ", _DIR_SITE,7 "<br>1. ", $f, file_exists($f)?" ok":" ko",8 "<br>2. ", $f=realpath($f), file_exists($f)?" ok":" ko",9 "<br>A. ", $f=realpath(dirname(cs_spip_file_options(1))), file_exists($f)?" ok":" ko",10 "<br>B. ", $f=realpath(dirname(cs_spip_file_options(2))), file_exists($f)?" ok":" ko",11 "<br>C. ", $f=realpath(dirname(cs_spip_file_options(3))), file_exists($f)?" ok":" ko",12 "<br>D. ", $f=realpath(dirname(cs_spip_file_options(4))), file_exists($f)?" ok":" ko",13 "<br>5. ", $f=__FILE__, file_exists($f)?" ok":" ko";14 echo $flux['non']?" => non!":"=> oui!";15 16 5 // ecran de securite dans config/ 17 6 $f = dirname(cs_spip_file_options(3))."/ecran_securite.php";
Note: See TracChangeset
for help on using the changeset viewer.