reorganisation des dossiers
[mtweb] / web / app / init / 0100_functions.php
diff --git a/web/app/init/0100_functions.php b/web/app/init/0100_functions.php
deleted file mode 100644 (file)
index 061cef9..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-  function debug($content){
-    echo PHP_SAPI == "cli" ?
-      "\n".print_r($content, true)."\n"
-    : "<pre class=\"debug\">".htmlentities(print_r($content, true), ENT_QUOTES, "UTF-8")."</pre>";
-  }
-
-?>
\ No newline at end of file