WeakWiki


include\useradm.include.php



/********************************************************************************
WeakWiki (WeakWiki user administration include file: useradm.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
********************************************************************************/



require_once(_lang('useradm'));


if(!isAdmin())
{
	$pm = new PageMenu();
	$pm->add("" . _L_US_0000 . "");
	$pm->write();
	
	echo("

\n
\n\n"); echo("

  " . _L_US_0001 . "
\n"); echo("  ". _L_US_0002 . "

\n
\n"); } else { $pm = new PageMenu(); $pm->add("" . _L_US_0010 . ""); $pm->add("" . _L_US_0013 .""); $pm->write(); echo("
\n"); echo("" . _L_US_0011 . "\n"); echo("
\n"); echo("

" . _L_US_0020 . ""); echo("
\n"); echo("\n"); $new = "new"; foreach(getUserNames() as $i) { echo(""); echo(""); $new = ""; } if($new != "") { echo(""); } echo("
" . $i . "    " . _L_US_0023 . "    "); echo("" . _L_US_0024 . "    " . $new . "
" . $new . "
\n"); echo("
\n"); } ?>

WeakWiki