php-pastebin-v3
php-pastebin-v3 copied to clipboard
Please add an option to disallow registrations from users
I only need my own 'admin' user. It would be nice if you could add an option to prevent users from registering so they only post as guests.
Remove this part in index.php
case 'registration':
# registration
include 'pages/registration.php';
$smarty->display('registration.html');
break;
On Monday 23 December 2013 20:13:26 atmoner wrote:
Remove this part in [index.php] 1
case 'registration': # registration include 'pages/registration.php'; $smarty->display('registration.html'); break;
Reply to this email directly or view it on GitHub: https://github.com/atmoner/php-pastebin-v3/issues/23#issuecomment-31157703
Ok, I did that. Thank you very much :)