install_first_time.php rename to install.php.

This commit is contained in:
markjcrane
2016-02-29 11:28:43 -07:00
parent 093556cd42
commit d110fe8f7e
3 changed files with 12 additions and 6 deletions
+3 -2
View File
@@ -61,8 +61,8 @@ if (!if_group("superadmin")) {
echo "<br><br>";
echo $text['description-install'];
echo "<br><br>";
echo "<form name='frm' method='post' action='/core/install/install_first_time.php'>\n";
echo "<form name='frm' method='post' action='/core/install/install.php'>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo " <td width='30%' class='vncell'>\n";
@@ -79,4 +79,5 @@ if (!if_group("superadmin")) {
//include the footer
require_once "resources/footer.php";
?>