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

exif configuration with noGPS nocompass

parent 8ccf7727
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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";