Advertisement
kura2yamato

base.php

Mar 9th, 2025 (edited)
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | Source Code | 0 0
  1. <?php  
  2. /*
  3. location: configs/
  4. */
  5. define("_SITEDIR_", __DIR__."/..");
  6. $minDateForYear = "2025-01-20";
  7. $password = "yourPasswordHere"; //minimal 8
  8. $folderUpload = "uploads/public"; //
  9. $numImageAjax=100;
  10.  
  11. $token = md5($password);
  12.  
Tags: Config php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement