booruguru / UserPie

PHP login script / user authentication framework
http://userpie.com
Other
137 stars 52 forks source link

Typo in config.php/settings.php #16

Open nammey opened 10 years ago

nammey commented 10 years ago

Inside the config.php you have a misspelling of "language" in lines 34 & 36 if(!isset($language)) $langauge = "en"; require_once("lang/".$langauge.".php");

You made the same typo also inside settings.php in line 21

Once you replace $langauge with $language it works if you create a new language file.

Best regards, nammey