phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4486 - phpcompta/trunk/html/admin


From: phpcompta-dev
Subject: [Phpcompta-dev] r4486 - phpcompta/trunk/html/admin
Date: Mon, 28 Nov 2011 14:22:36 +0100 (CET)

Author: danydb
Date: 2011-11-28 14:22:35 +0100 (Mon, 28 Nov 2011)
New Revision: 4486

Modified:
   phpcompta/trunk/html/admin/setup.php
Log:
fix bug setup.php

Modified: phpcompta/trunk/html/admin/setup.php
===================================================================
--- phpcompta/trunk/html/admin/setup.php        2011-11-28 13:21:40 UTC (rev 
4485)
+++ phpcompta/trunk/html/admin/setup.php        2011-11-28 13:22:35 UTC (rev 
4486)
@@ -181,9 +181,7 @@
     echo '<h2 class="error"> Ecriture non possible </h2><p class="warning"> On 
ne peut pas &eacute;crire dans le r&eacute;pertoire de phpcompta, changez-en 
les droits </p>';
     exit();
   }
-
-
-echo __LINE__;
+  create_htaccess();
   echo '<form method="post">';
   echo '<h1 class="info">Entrez les informations n&eacute;cessaires &agrave; 
phpcompta</h1>';
   require_once('config_file.php');
@@ -193,7 +191,6 @@
   echo '</form>';
   exit();
 }
-create_htaccess();
 //----------------------------------------------------------------------
 // End functions
 //




reply via email to

[Prev in Thread] Current Thread [Next in Thread]