added session_start()

This commit is contained in:
Ryan
2025-02-21 20:48:46 -05:00
committed by GitHub
parent 18992a070a
commit ff943b202b

View File

@@ -1,4 +1,5 @@
<?php
session_start();
require_once 'config.php';
function getDirectorySize($dir) {