Changeset 154 for trunk/client
- Timestamp:
- Nov 3, 2012, 5:40:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules.php
r153 r154 90 90 //////////////////////// 91 91 92 include("config.php"); 92 @require_once("config.php"); 93 # verifica se effettuata la configurazione 94 if(empty($dbname)) { 95 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>"); 96 } 97 93 98 94 99
Note:
See TracChangeset
for help on using the changeset viewer.