Reworked 'nodir'-function a bit and included it in the Page-class instead. Started working on a way to edit content files
This commit is contained in:
10
user/editfiles.php
Normal file
10
user/editfiles.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
require ("../includes/content.php");
|
||||
require ("../includes/miscfunc.php");
|
||||
|
||||
$files = Page::fileList();
|
||||
foreach($files as $file)
|
||||
{
|
||||
print "<a href=\"editfile.php?file=$file\">$file</a><br/>\n";
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user