default path fixes

This commit is contained in:
Brian Quinion
2010-10-25 12:22:22 +00:00
parent a98bc3fae8
commit 4c2c499860
3 changed files with 27 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{
if (!$sUserError) $sUserError = $sError;
log('ERROR:'.$sError);
echo $sUserError;
echo $sUserError."\n";
exit;
}