Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- location: configs/
- */
- define("_SITEDIR_", __DIR__."/..");
- $minDateForYear = "2025-01-20";
- $password = "yourPasswordHere"; //minimal 8
- $folderUpload = "uploads/public"; //
- $numImageAjax=100;
- $token = md5($password);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement