mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
harmonize formatting of frontend php
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
@define('CONST_ConnectionBucket_PageType', 'Status');
|
||||
@define('CONST_ConnectionBucket_PageType', 'Status');
|
||||
|
||||
require_once(dirname(dirname(__FILE__)).'/lib/init-website.php');
|
||||
require_once(dirname(dirname(__FILE__)).'/lib/init-website.php');
|
||||
|
||||
$oDB =& getDB();
|
||||
$oDB =& getDB();
|
||||
if (!$oDB || PEAR::isError($oDB))
|
||||
{
|
||||
echo "ERROR: No database";
|
||||
|
||||
Reference in New Issue
Block a user