Logo white

Administrator / extremepride

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • extremepride
  • application
  • _libs
  • Smarty-3.0.9
  • libs
  • plugins
  • modifier.stripslashes.php
  • init
    8d65d0ce
    andryeyev authored
    2016-01-27 15:54:16 +0200  
    Browse Code ยป
modifier.stripslashes.php 90 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5
<?php
function smarty_modifier_stripslashes($string){
return stripslashes ($string);
}
?>