Commit 4a35837c authored by Andrey Filippov's avatar Andrey Filippov

exif configuration with noGPS nocompass

parent 8ccf7727
......@@ -148,8 +148,11 @@ if (isset ( $_SERVER ["SERVER_PROTOCOL"] )) {
header ( "Content-Length: " . strlen ( $logger_xml_text ) . "\n" );
header ( "Pragma: no-cache\n" );
printf ( $logger_xml_text );
} else
echo 'OK';
} else echo 'OK';
$cmd = "/usr/html/exif.php init noGPS nocompass";
// if ($verbose)
echo "Initializing Exif template: $cmd\n";
exec ( $cmd );
exit ( 0 );
} else {
// echo "CGI\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment