phpcompta-dev
[Top][All Lists]
Advanced

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

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


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

Author: danydb
Date: 2011-11-28 14:21:40 +0100 (Mon, 28 Nov 2011)
New Revision: 4485

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:13:21 UTC (rev 
4484)
+++ phpcompta/trunk/html/admin/setup.php        2011-11-28 13:21:40 UTC (rev 
4485)
@@ -181,8 +181,8 @@
     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__;
   echo '<form method="post">';
   echo '<h1 class="info">Entrez les informations n&eacute;cessaires &agrave; 
phpcompta</h1>';
@@ -192,8 +192,8 @@
   echo HtmlInput::submit('save_config','Sauver la configuration');
   echo '</form>';
   exit();
+}
 create_htaccess();
-
 //----------------------------------------------------------------------
 // End functions
 //




reply via email to

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