mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Initial start of Maintenance under settings
This commit is contained in:
@@ -459,4 +459,4 @@ imap_expunge($imap);
|
||||
imap_close($imap);
|
||||
|
||||
// Remove the lock file
|
||||
unlink($lock_file_path);
|
||||
//unlink($lock_file_path);
|
||||
|
||||
9
settings_maintenance.php
Normal file
9
settings_maintenance.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
require_once("inc_all_settings.php");
|
||||
require_once("database_version.php");
|
||||
require_once("config.php");
|
||||
|
||||
echo "Content Here";
|
||||
|
||||
require_once("footer.php");
|
||||
@@ -75,6 +75,13 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="settings_maintenance.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_maintenance.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fa fa-wrench"></i>
|
||||
<p>Maintenance</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-header mt-3">TAGS & CATEGORIES</li>
|
||||
|
||||
<li class="nav-item">
|
||||
|
||||
Reference in New Issue
Block a user