Fixed some logic and session loss.

This commit is contained in:
Maxim Stewart 2018-04-21 23:56:19 -05:00
parent bf36b285d1
commit f1275e3152
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
<?php
session_start();
// Retrieve data
function dirListing($PATH) {
if (is_dir($PATH)) {