Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: smilies.php 4304 2009-01-02 01:11:56Z chris $
| * $Id: smilies.php 4653 2009-12-24 09:19:10Z Tomm $
|
*/
|
*/
|
| // Disallow direct access to this file for security reasons if(!defined("IN_MYBB")) { die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined."); }
|
$page->add_breadcrumb_item($lang->smilies, "index.php?module=config/smilies");
| $page->add_breadcrumb_item($lang->smilies, "index.php?module=config/smilies");
|
Zeile 287 | Zeile 292 |
---|
$errors[] = $lang->error_invalid_path; }
|
$errors[] = $lang->error_invalid_path; }
|
if($path)
| if($path && !is_array($errors))
|
{ if(substr($path, -1, 1) !== "/") {
| { if(substr($path, -1, 1) !== "/") {
|