Odoslané pred 3 rokmi
Zdravím, stále mi na stránkách hází chyby co se týče administrators.phpnevím co s tím už :(
13 | can read by viewing the included agpl.txt or online
14 | at http://www.gnu.org/licenses/agpl.html. Removal of this
15 | copyright header is strictly prohibited without
16 | written permission from the original author(s).
17 +--------------------------------------------------------*/
18 require_once "../maincore.php";
19 pageAccess('AD');
20 require_once THEMES."templates/admin_header.php";
21 $locale = fusion_get_locale('', LOCALE.LOCALESET."admin/admins.php");
22
23 \PHPFusion\BreadCrumbs::getInstance()->addBreadCrumb(['link'=> ADMIN.'administrators.php'.fusion_get_aidlink(), "title"=> $locale['420']]);
Line 23 -- 23 minuta před
Undefined offset: 420
24
25 $message = '';
26 if (isset($_GET['status'])) {
27 switch ($_GET['status']) {
28 case 'sn':
29 $message = $locale['400'];
30 $status = 'success';
31 $icon = "<i class='fa fa-check-square-o fa-lg fa-fw'></i>";
32 break;
33 case 'su':
34