Commit 5ced539d authored by Anthony.Suerte's avatar Anthony.Suerte

Image Upload Tester [DEBUG]

parent 75ff105f
<?php <?php
if(@file_exists("imgdir")){ if(@file_exists("imgdir")){
echo "Dir Exists<br/><br/>";
$files = array_diff(scandir("imgdir"), array('.', '..')); $files = array_diff(scandir("imgdir"), array('.', '..'));
foreach($files as $file){ foreach($files as $file){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment