Mercurial > hg > ywww
view dlog.php @ 60:05f29eb72283 default tip
review from DB not working???
author | Charlie Root |
---|---|
date | Sun, 09 Jun 2019 06:50:44 -0400 |
parents | 7f90ac957713 |
children |
line wrap: on
line source
<?php global $logfile; if (isset($_SERVER['DOCUMENT_ROOT'])) { $logfile=$_SERVER['DOCUMENT_ROOT']."/debug/debug.log"; } else { $logfile="/tmp/php_debug.log"; } function dl($s) { global $logfile; file_put_contents($logfile,$s,FILE_APPEND); }