Removed debug code.

This commit is contained in:
Igor Barkov (iwork)
2020-06-23 18:13:20 +03:00
parent 61fd9ba6e9
commit 384c3e61b3
4 changed files with 7 additions and 16 deletions
+1 -3
View File
@@ -10,7 +10,6 @@ if ($get === 'exit') {
if (!isset($_SESSION['uid'])) {
header("Location: index.php");
}
echo 'main.php.start';
require_once 'functions.php';
$tmaz = time();
try {
@@ -1718,5 +1717,4 @@ if (input::get('edit')) {
}
</script>
</BODY>
</HTML>
<?= 'main.php.end'; ?>
</HTML>