Advertisement
freakzbrothers404

config.php

Jan 18th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. $name = "admin";
  4. $password = "FB-AMZ-KHFBK0918291820391825";
  5. //---------------------  Don't touch it !!! --------------------------------
  6. $wrong_password_Error = "Invalid Token";
  7. $help = "Check your email <b>( $your_email )</b> , to find your password .";
  8. $permession_Error = "You have no permission to access to this file/page .";
  9. $account_is_onn = "admin/index.php?account=on";
  10. $account_is_off = "admin/index.php?account=off";
  11. //--------------------------------------------------------------------------
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement