Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /usr/bin/php /var/www/forum/bin/phpbbcli.php user:add --username=test-user --password=test-password --email=mail@example.com
  2.  
  3. echo shell_exec('/usr/bin/php /var/www/forum/bin/phpbbcli.php user:add --username=test-user --password=test-password --email=mail@example.com');
  4.  
  5. [ERROR] The username you entered is too short.
  6. The password you entered is too short.
  7. The email address you entered is too short.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement