Untitled
1 year ago in Plain Text
<?php
//-----------Your Email
$your_email = "[email protected]";
//-----------Your ADMINname
$name = "FS OWNER";
//-----------Your Password
$pass_word = "SELLER@444";
//--------------------- Don't touch it !!! --------------------------------
$wrong_password_Error = " Your password is wrong .";
$help = "Check your email <b>( $your_email )</b> , to find your password .";
$permession_Error = "You have no permission to access to this file/page .";
$account_is_on = "vic.php?account=on";
$account_is_off = "vic.php?account=off";
//--------------------------------------------------------------------------
?>