Skip to content

Commit c83f578

Browse files
committed
Added setup.php check for sqlite3 in reference to #1
1 parent a0082af commit c83f578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// Check for SQLite and PDO
1414
if (!extension_loaded("pdo_sqlite")) {
15-
echo '<div align="center"><h1><font color="FF0000">Warning: You do not have the PHP SQLite extension installed.</font></h1><h3>Please install the PHP sqlite3 extension before moving forward</h3></div><br><br>'
15+
echo '<div align="center"><h1><font color="FF0000">Warning: You do not have the PHP SQLite extension installed.</font></h1><h3>Please install the PHP sqlite3 extension before moving forward</h3></div><br><br>';
1616
}
1717

1818
echo '<div align="center"><b><u>php.ini</u></b> specifies your server\'s <i>maximum upload filesize</i> as:<b> '.ini_get('upload_max_filesize').'</b></div><br>';

0 commit comments

Comments
 (0)