Changeset 5825 in spip-zone
- Timestamp:
- Oct 1, 2006, 8:38:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_stable_/phpmyvisites/phpmv_fonctions.php
r5778 r5825 56 56 <!-- /phpmyvisites -->'; 57 57 58 if (!isset($_GET['var_nophpmv']) && strpos($texte,"md5.js")===FALSE && strpos($texte,"iframe")===FALSE){58 if (!isset($_GET['var_nophpmv'])){ 59 59 if (strpos($texte,"</body>")!==FALSE) 60 60 $texte=str_replace("</body>","$code\n</body>",$texte);
Note: See TracChangeset
for help on using the changeset viewer.