Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: themes.php 5380 2011-02-21 12:04:43Z Tomm $
| * $Id: themes.php 5390 2011-03-17 15:23:41Z Tomm $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 385 | Zeile 385 |
---|
case -3: $errors[] = $lang->error_theme_already_exists; break;
|
case -3: $errors[] = $lang->error_theme_already_exists; break;
|
| case -4: $errors[] = $lang->error_theme_security_problem;
|
} } }
| } } }
|