Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html
| * Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html
|
*
|
*
|
* $Id: languages.php 2165 2006-08-30 06:24:52Z chris $
| * $Id: languages.php 2932 2007-03-10 05:48:55Z chris $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 179 | Zeile 179 |
---|
// Validate input $editlang = basename($mybb->input['lang']); $editwith = basename($mybb->input['editwith']);
|
// Validate input $editlang = basename($mybb->input['lang']); $editwith = basename($mybb->input['editwith']);
|
$folder = MYBB_ROOT."/inc/languages/".$editlang."/";
| $folder = MYBB_ROOT."inc/languages/".$editlang."/";
|
if(!file_exists($folder)) { cperror($lang->invalid_set);
| if(!file_exists($folder)) { cperror($lang->invalid_set);
|