Copyright 2017 update

This commit is contained in:
bergware
2017-10-30 09:26:06 +01:00
parent ce38e7cf71
commit dda96dff80
34 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
*/
?>
<?
$docroot = $docroot ?: @$_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp';
$docroot = $docroot ?: $_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp';
require_once "$docroot/webGui/include/publish.php";
curl_socket("/var/run/emhttpd.socket", "http://localhost/status.htm");
?>