diff -r bb98a0de3bfd -r 35d9258aad76 web/event_process.php --- a/web/event_process.php Wed Nov 27 16:36:10 2013 +0100 +++ b/web/event_process.php Wed Nov 27 16:58:43 2013 +0100 @@ -13,7 +13,7 @@ if($zip->open($zip_path, ZipArchive::CREATE) === FALSE) { return FALSE; } - $config_content = " basename(__DIR__),\n"; foreach ($config_values as $key => $value) { if($value === "__TRUE__") { $config_content .= " '$key' => true,\n";