X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=install%2Findex.php;h=569245493f6ed427558624d2b947dfc56a14df3a;hb=02dd4aefa3e3babb64d61140bb7f7de14e37f755;hp=7ba272d47f6ed941151922f8fd650ab4c7d98a83;hpb=36b424339d64978875abbca17352370b54249cab;p=fa-stable.git diff --git a/install/index.php b/install/index.php index 7ba272d4..56924549 100644 --- a/install/index.php +++ b/install/index.php @@ -21,6 +21,7 @@ if(!isset($_GET['sessions_checked']) || $_GET['sessions_checked'] != 'true') { // Set session variable $_SESSION['session_support'] = 'Enabled'; + $_SESSION['message'] = ''; // Reload page header('Location: index.php?sessions_checked=true'); exit(0); @@ -87,8 +88,15 @@ function change_os(type) {
Logo
- - +
Error: Seems you have FrontAccounting application already installed.
+After logging as an admin to first installed company you can: +
+
Error:
config_db.php - Writeable'; } elseif(!file_exists($path_to_root.'/config_db.php')) { echo 'File Not Found'; } else { echo 'Unwriteable'; } ?> + Writeable'; } elseif(file_exists($path_to_root.'/config_db.php')) { echo 'File Exists'; } else { echo 'Unwriteable'; } ?> modules/ - Writeable'; } elseif(!file_exists($path_to_root.'/lang/')) { echo 'Directory Not Found'; } else { echo 'Unwriteable'; } ?> + Writeable'; } elseif(!file_exists($path_to_root.'/modules/')) { echo 'Directory Not Found'; } else { echo 'Unwriteable'; } ?> lang/