https://cpaste.org/p1oefactn
A tutaj pewne elementy do powyższego skryptu
'driver' => 'ORM', 'hash_method' => 'sha1', 'salt_pattern' => '1, 3, 5, 9, 14, 15, 20, 21, 28, 30', 'lifetime' => 1209600, 'session_key' => 'auth_user', 'autologin_key' => 'auth_autologin', 'forced_key' => 'auth_forced',
Cały kod zapisałem tak jak tutaj w postaci strukturalnej:
https://cpaste.org/pm3gdscgv/jptekh
Ale wywala takie błędy (w zależności od odświeżenia wyświetla jeden z tych trzech):
Cytat
Fatal error: Cannot redeclare find_salt() (previously declared in 0u°:61911776) in /firmymiesne/panel/index.php on line 24
Parse error: syntax error, unexpected ';' in /firmymiesne/panel/index.php on line 35
Fatal error: Cannot redeclare find_salt() (previously declared in /firmymiesne/panel/index.php:18) in /firmymiesne/panel/index.php on line 24
Parse error: syntax error, unexpected ';' in /firmymiesne/panel/index.php on line 35
Fatal error: Cannot redeclare find_salt() (previously declared in /firmymiesne/panel/index.php:18) in /firmymiesne/panel/index.php on line 24
Wie ktoś co zrobiłem źle?