atmoner / php-pastebin-v3

Php pastebin tool
110 stars 56 forks source link

Please add an option to disallow registrations from users #23

Open ht990332 opened 10 years ago

ht990332 commented 10 years ago

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.

atmoner commented 10 years ago

Remove this part in index.php

        case 'registration':
                # registration
                include 'pages/registration.php';
                $smarty->display('registration.html');
        break; 
ht990332 commented 10 years ago

On Monday 23 December 2013 20:13:26 atmoner wrote:

Remove this part in index.php

        case 'registration':
                # registration
                include 'pages/registration.php';
                $smarty->display('registration.html');
        break;

"index.php"


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 :)