Fix conditional indentation. Add vim modeline.

This commit is contained in:
Junior 2025-09-30 14:09:44 -04:00
parent bd56aee162
commit ecad8d90d6

View File

@ -51,4 +51,4 @@ if ( php_sapi_name() != "cli" ) {
// Make our PDO database connection which will be used in all scripts
$globaldbh = new PDO("mysql:host=" . DBHOST . ";dbname=" . DBNAME, DBUSER, DBPASS);
?>
// vim: sw=4 ts=4 et ai mouse-=a: