WeakWiki


modules\ppfm\ppfm.include.php



/********************************************************************************
WeakWiki (WeakWiki ppfm include file: ppfm.include.php)
Copyright (C) 2010 Alexander Lang

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this
program; if not, see .

Project Home: http://weakwiki.robnet.wmweb.at/
Contact:      robbiblubber@robnet.wmweb.at
********************************************************************************/



if(!isAdmin())
{
	echo("




" . _L_PPFM_0060 . "
\n" . _L_PPFM_0061 . "

\n"); return true; } if(isset($_POST['delfiles'])) { foreach($_POST['delfiles'] as $i) { if(file_exists(_PATH_PREPARSED . $i)) { unlink(_PATH_PREPARSED . $i); } } } $pm = new PageMenu(); $pm->add("" . _L_US_0010 . ""); $pm->add("" . _L_US_0013 .""); $pm->write(); echo("
\n"); echo("" . _L_PPFM_0001 . "\n"); echo("
\n"); echo("


\n"); echo("

"); $files = $this->getFiles(); if(count($files) == 0) { echo("No files.

"); } else { echo("
"); echo(""); echo("\n"); echo("\n"); foreach($files as $f) { echo("\n"); echo("\n"); } echo("
          select all  \n"); echo("delete selected  
" . $f . "    

\n"); } echo("
\n"); ?>

WeakWiki