Server IP : 192.185.129.71 / Your IP : 3.135.192.51 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/install/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php require_once('install.class.php'); $install = new Install(); if (file_exists($install->config_path) && (!isset($_POST['step']) || isset($_POST['step']) && $_POST['step'] !== Install::$last_step)) { echo '<h1>The installation is already finished!</h1>'; echo '<p style="font-size:18px;font-family:monospace;">If the installation failed for some reason and you need to repeat the installation steps first delete the <code><strong>application/config/app-config.php</strong></code> file and then <strong>delete all tables from the database</strong> e.q. via phpmyadmin and repeat the installation steps again.</p>'; exit(0); } $install->go();