Flynntes / Sleeky

🎨 A sleek and simple frontend & backend theme for YOURLS
http://sleeky.flynntes.com
MIT License
468 stars 100 forks source link

Bug with backend #46

Closed Motsik closed 4 years ago

Motsik commented 4 years ago

Hello, backend works only with password locked admin page. If you want a free admin page without password everything crushed!

YOURLS user/config.php / Private means the Admin area will be protected with login/pass as defined below. Set to false for public usage (eg on a restricted intranet or for test setups) * Read http://yourls.org/privatepublic for more details if you're unsure / define( 'YOURLS_PRIVATE', true ); <------------ false everything crushed!