1
0
mirror of https://github.com/gamaio/lobli.git synced 2025-08-13 18:28:47 +00:00

Moved from windows to linux - Git is acting weird

The files changed totally apparently, even though no actual changes were made
This commit is contained in:
alopexc0de
2014-07-04 17:28:17 -04:00
parent 27f70868b3
commit 2692bdf753
8 changed files with 559 additions and 549 deletions

View File

@@ -1,4 +1,4 @@
<?php
$shortdb = new mysqli('localhost', 'short', 'password', 'short'); // Connect to link shortener DB
if($shortdb->connect_errno > 0) die('Unable to connect to database [' . $shortdb->connect_error . '] - Check dbsettings.php');
<?php
$shortdb = new mysqli('localhost', 'short', 'password', 'short'); // Connect to link shortener DB
if($shortdb->connect_errno > 0) die('Unable to connect to database [' . $shortdb->connect_error . '] - Check dbsettings.php');
?>