mirror of
https://github.com/e107inc/e107.git
synced 2025-07-19 22:11:28 +02:00
Improve formatting when debug enabled
This commit is contained in:
@@ -11,14 +11,15 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/login.php,v $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2008-06-13 20:20:20 $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2008-06-16 19:37:44 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
require_once("class2.php");
|
||||
$HEADER = "";
|
||||
$FOOTER=''; // Avoids strange displays when debug enabled! (But doesn't completely maintain XHTML formatting)
|
||||
require_once(HEADERF);
|
||||
$use_imagecode = ($pref['logcode'] && extension_loaded("gd"));
|
||||
if ($use_imagecode)
|
||||
@@ -86,4 +87,5 @@ echo "</body></html>";
|
||||
|
||||
$sql->db_Close();
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user