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 5117 2010-07-26 04:09:21Z RyanGordon $
| * $Id$
|
*/
// 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;
|
} } }
| } } }
|