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