X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=index.php;h=c1a60bfb8a15afa7ba4b4bb27965cac2cbe94009;hp=cd32d0ec1aaab102a369147032deb855c68d7ab5;hb=19730f2e2bbf61f389882c646f58349df3bcd848;hpb=7282fabcfef34ef95b8c6bd414f34d77037451e1 diff --git a/index.php b/index.php index cd32d0e..c1a60bf 100644 --- a/index.php +++ b/index.php @@ -2,51 +2,6 @@ /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD license. */ -require ("./inc/settings.php"); -require ("./inc/db/mysql.php"); - -try { - $connection->connect (DBHOST, DBUSER, DBPWD, DBNAME, DBPREFIX); -} catch (Exception $e) { -} - -$bbox = $connection->mbr (); + require ('inc/langutils.php'); + require ('inc/html/index.php'); ?> - - - - <?php echo defined ("SITETITLE") ? SITETITLE : "SYP"?> - - - - - - - - - - - - - - - -
-
- - -