Fix conditional indentation. Add vim modeline.
This commit is contained in:
parent
bd56aee162
commit
ecad8d90d6
|
|
@ -51,4 +51,4 @@ if ( php_sapi_name() != "cli" ) {
|
||||||
// Make our PDO database connection which will be used in all scripts
|
// Make our PDO database connection which will be used in all scripts
|
||||||
$globaldbh = new PDO("mysql:host=" . DBHOST . ";dbname=" . DBNAME, DBUSER, DBPASS);
|
$globaldbh = new PDO("mysql:host=" . DBHOST . ";dbname=" . DBNAME, DBUSER, DBPASS);
|
||||||
|
|
||||||
?>
|
// vim: sw=4 ts=4 et ai mouse-=a:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user