tbl_student to tbl_prestudent finished

This commit is contained in:
Andreas Moik
2016-05-19 15:55:49 +02:00
parent 5f9aa4474e
commit 92ee653ae4
12 changed files with 190 additions and 166 deletions
+1
View File
@@ -342,6 +342,7 @@ function writeCISlog($stat, $rm = '')
{
if($stat=='STOP')
$stat = 'STOP ';
return;
$handle = fopen(LOG_PATH.'cis.log','a');
fwrite($handle, date('Y-m-d H:i:s').' '. $stat .' '. getmypid() .' '. $_SERVER['REMOTE_USER'] .' '. $_SERVER['REQUEST_URI'] .' '.$rm.'
');