Changeset 1425 for feedmelinks/admin/disable-user.php
- Timestamp:
- 03/16/07 10:17:44 (2 years ago)
- Files:
-
- feedmelinks (modified) (1 prop)
- feedmelinks/admin/disable-user.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks
- Property svn:ignore changed from
.htaccess
cgi-bin
cheat
logs
portal.php
testing
the-lost-urls
utils.inc.php
wall-of-ancients.php
work
*webalizer*
_assets
_profiling
TODO
info.php
setup
_comments
local-remote-root
.DS_Store
flash
_logs
usage
mint
cgi-bin
dev
please
usr
blog
xfer
to
.htaccess
cgi-bin
cheat
logs
portal.php
testing
the-lost-urls
utils.inc.php
wall-of-ancients.php
work
*webalizer*
_assets
_profiling
TODO
info.php
setup
_comments
local-remote-root
.DS_Store
flash
_logs
usage
mint
cgi-bin
dev
please
usr
blog
xfer
_backups
- Property svn:ignore changed from
feedmelinks/admin/disable-user.php
r1352 r1425 11 11 $result = disable_user( $user ); 12 12 else if( $op == "re_enable" ) 13 $result = re_enable_user( $user);13 $result = re_enable_user( $user, $manual = true ); 14 14 else if( $op == "notify_expiring_soon" ) 15 15 $result = notify_expiring_soon($user); 16 17 echo h1($op . "ing $user"); 16 18 17 19 if( $result ) { … … 30 32 <form method="post"> 31 33 <select name="op"> 34 <option value="re_enable">re-enable</option> 35 <option value="disable">disable</option> 32 36 <option value="expire">expire</option> 33 <option value="disable">disable</option>34 <option value="re_enable">re-enable</option>35 37 <option value="notify_expiring_soon">warn they are about to expire</option> 36 38 </select>