Fix PHP 7.x warnings

This commit is contained in:
Nick 2019-10-31 14:34:33 -05:00
parent 3dfb66c051
commit 85e06f20e4
3 changed files with 2 additions and 3 deletions

View File

@ -310,7 +310,6 @@ class INI
//Should be global values (don't think any ini's have them)
assert($currentSection === NULL);
$globals[$key] = INI::defaultSectionHandler($value);
continue; //Skip the section values assignment below
break;
}
}

View File

@ -2,7 +2,7 @@
</div>
<?php
if (!LOCAL)
if (!DEBUG)
{
?>
<script>

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="view/msqur.css" />
<?php
if (LOCAL) { ?>
if (DEBUG) { ?>
<script src="view/lib/jquery.min.js"></script>
<link rel="stylesheet" href="view/lib/jquery-ui.css" />
<script src="view/lib/jquery-ui.min.js"></script>