Changeset 238 for trunk/client/modules.php
- Timestamp:
- Jun 5, 2015, 11:32:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules.php
r230 r238 89 89 // apre database 90 90 //////////////////////// 91 if (file_exists("config.php")) @require_once("config.php"); else $install="1";91 if (file_exists("config.php")) { @require_once("config.php");$install="";}else{ $install="1";} 92 92 93 93 94 94 95 95 # verifica se effettuata la configurazione 96 if(empty($dbname) || $i stall=="1") {96 if(empty($dbname) || $install=="1") { 97 97 die("<html><body><div style=\"text-align:center\"><br /><br /><img src=\"modules/Elezioni/images/logo.jpg\" alt=\"Eleonline\" title=\"Eleonline\"><br /><br /><strong>Sembra che <a href='http://www.eleonline.it' title='Eleonline'>Eleonline</a> non sia stato ancora installato.<br /><br />Puoi procedere <a href='../install/index.php'>cliccando qui</a> per iniziare l'installazione</strong></div></body></html>"); 98 98 }
Note:
See TracChangeset
for help on using the changeset viewer.