diff --git a/appdbStats.php b/appdbStats.php index c674f67..b259245 100644 --- a/appdbStats.php +++ b/appdbStats.php @@ -5,7 +5,6 @@ include("path.php"); require(BASE."include/incl.php"); -require(BASE."include/tableve.php"); require(BASE."include/category.php"); require(BASE."include/maintainer.php"); diff --git a/maintainerdelete.php b/maintainerdelete.php index fab986b..2c819fd 100644 --- a/maintainerdelete.php +++ b/maintainerdelete.php @@ -8,13 +8,12 @@ */ include("path.php"); require(BASE."include/incl.php"); -require(BASE."include/tableve.php"); require(BASE."include/category.php"); require(BASE."include/application.php"); if(!$_SESSION['current']->isLoggedIn()) { - errorpage("You need to be logged in to apply to be a maintainer."); + errorpage("You need to be logged in to resign from being a maintainer."); exit; } diff --git a/maintainersubmit.php b/maintainersubmit.php index 8e662f8..2d10e3a 100644 --- a/maintainersubmit.php +++ b/maintainersubmit.php @@ -8,7 +8,6 @@ */ include("path.php"); require(BASE."include/incl.php"); -require(BASE."include/tableve.php"); require(BASE."include/category.php"); require(BASE."include/application.php");