php hole patching
[plewww.git] / plekit / php / updateConfiguration.php
index cb511c9..79a38bb 100644 (file)
@@ -25,7 +25,7 @@ $res = $api->SetPersonColumnconf( $person_id, $value );
 else if ($tag_name == "showconf")
 $res = $api->SetPersonShowconf( $person_id, $value );
 
-$myFile = "/var/log/myslice.log";
+$myFile = "/var/log/myslice/myslice.log";
 if (file_exists($myFile))
        $fh = fopen($myFile, 'a') or die("can't open file");