←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

PHP
Index line 38

  • +
  • -
Adii :P - zdjęcie Adii :P 24.09.2016

Cześć ;)
Po instalacji amxbans wyskakuje taki błąd:
 

Parse error: syntax error, unexpected '}' in /home/p489684/public_html/amxbans/index.php on line 37

37 linijka w index.php: (37 to jest ta else)
 

//start page loader
if(	$config->start_page == "" || $config->start_page == "index.php" || (!file_exists("$config->start_page"))) {
	header("Location:ban_list.php");
	}  else  } 
        header("Location: {$config->start_page}");
{
?>
Odpowiedz

  • +
  • -
l3szcz - zdjęcie l3szcz 24.09.2016

//start page loader
if(	$config->start_page == "" || $config->start_page == "index.php" || (!file_exists("$config->start_page"))) {
	header("Location:ban_list.php");
	}  else  {
        header("Location: {$config->start_page}");
        }
}
?>
Odpowiedz

  • +
  • -
Adii :P - zdjęcie Adii :P 24.09.2016

Wrzuciłem to to teraz mam taki błąd (rozumiem, że to było rozwiązanie)
 

Parse error: syntax error, unexpected '}' in /home/p489684/public_html/amxbans/index.php on line 40
Odpowiedz