Skip to content

Commit

Permalink
Typo correction.
Browse files Browse the repository at this point in the history
Signed-off-by: Arantor <sleeping@myperch.org>
  • Loading branch information
Arantor committed May 3, 2022
1 parent 41c8510 commit b597db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
error_reporting(!empty($db_show_debug) ? E_ALL : E_ALL & ~E_DEPRECATED);

// Ensure there are no trailing slashes in these variables.
foreach (array('boardurl', 'boarddir', 'sourcedir', 'packagesdir', 'taskddir', 'cachedir') as $variable)
foreach (array('boardurl', 'boarddir', 'sourcedir', 'packagesdir', 'tasksdir', 'cachedir') as $variable)
if (!empty($GLOBALS[$variable]))
$GLOBALS[$variable] = rtrim($GLOBALS[$variable], "\\/");

Expand Down

0 comments on commit b597db7

Please sign in to comment.