mirror of
https://github.com/php/web-doc.git
synced 2025-08-01 16:41:32 +00:00
Fix typo in variable
This commit is contained in:
@ -33,7 +33,7 @@ if (file_exists($build_ops)) {
|
|||||||
define('GIT_DIR', $GIT_DIR);
|
define('GIT_DIR', $GIT_DIR);
|
||||||
|
|
||||||
$SQLITE_DIR = getenv('SQLITE_DIR');
|
$SQLITE_DIR = getenv('SQLITE_DIR');
|
||||||
if ($SQLITE == '') {
|
if ($SQLITE_DIR == '') {
|
||||||
die("Don't know where to place SQLite database, set `SQLITE_DIR` enviromment variable!");
|
die("Don't know where to place SQLite database, set `SQLITE_DIR` enviromment variable!");
|
||||||
}
|
}
|
||||||
$SQLITE_DIR .= (substr($SQLITE_DIR, -1) == '/' ? '' : '/');
|
$SQLITE_DIR .= (substr($SQLITE_DIR, -1) == '/' ? '' : '/');
|
||||||
|
Reference in New Issue
Block a user