multiple rdfs changed from student_uid to prestudent_id _GET and return

This commit is contained in:
Andreas Moik
2016-05-23 10:52:47 +02:00
parent 7115ef2443
commit 6214ad3a66
13 changed files with 458 additions and 475 deletions
+1 -1
View File
@@ -342,7 +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.'
');