OSDN Git Service

テンプレートエンジンの更新
[cosmic/source.git] / lib / debug.inc.php
index 6ce02d5..941addb 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 
+//==========================================================
+// \83f\83o\83b\83O\8aÖ\98A
+//==========================================================
+
 function debug__out($var) {
        echo '<pre>'.var_export($var,true).'</pre>';
 }