WP File Manager
Current Path:
/
home
/
translil
/
www
/
amitram
/
tmp
/
couteau-suisse
/
Name
Action
..
.ok
Edit
b9e228d98bde0ce50db0ee2ddb9bdfc4.html
Edit
config.php
Edit
header_js.html
Edit
header_js_prive.html
Edit
mes_fonctions.php
Edit
mes_options.php
Edit
mes_outils.php
Edit
mes_spip_options.php
Edit
pipelines.php
Edit
Editing: mes_options.php
<?php // Code d'inclusion pour le plugin 'Couteau Suisse' ++$GLOBALS['cs_options']; $GLOBALS['cs_verif']=30; /* Par defaut : lien_introduction = 0 */ /* Par defaut : suite_introduction = ' (...)' */ /* Par defaut : lgr_introduction = 100 */ define('_INTRODUCTION_SUITE', ' (...)'); define('_INTRODUCTION_LIEN', 0); function cs_compter_visiteurs(){ return count(preg_files(_DIR_TMP.'visites/','.')); } function action_visiteurs_connectes(){ echo cs_compter_visiteurs(); return true; } /* Par defaut : titres_etendus = 0 */ $GLOBALS['cs_post_propre']=0; ?>