Ignore:
Timestamp:
Jun 5, 2015, 11:32:49 PM (9 years ago)
Author:
luc
Message:

Client: correzione blocco cerca candidato

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules.php

    r230 r238  
    8989// apre database
    9090////////////////////////
    91 if (file_exists("config.php")) @require_once("config.php"); else $install="1";
     91if (file_exists("config.php")) { @require_once("config.php");$install="";}else{ $install="1";}
    9292
    9393
    9494
    9595# verifica se effettuata la configurazione
    96 if(empty($dbname) || $istall=="1") {
     96if(empty($dbname) || $install=="1") {
    9797    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>");
    9898}
Note: See TracChangeset for help on using the changeset viewer.