auth and session changes

This commit is contained in:
Ryan
2025-03-07 05:24:45 -05:00
committed by GitHub
parent 32e34607f0
commit 05f53bf8ca
15 changed files with 30 additions and 49 deletions
+1
View File
@@ -1,4 +1,5 @@
<?php
session_start();
// config.php
define('UPLOAD_DIR', '/var/www/uploads/');
define('BASE_URL', 'http://yourwebsite/uploads/');