Show
Ignore:
Timestamp:
03/16/07 10:17:44 (2 years ago)
Author:
jm3
Message:

gulp. svn diff for the deltas

Files:

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
  • feedmelinks/admin/disable-user.php

    r1352 r1425  
    1111                $result = disable_user( $user ); 
    1212        else if( $op == "re_enable" ) 
    13                 $result = re_enable_user($user); 
     13                $result = re_enable_user( $user, $manual = true ); 
    1414        else if( $op == "notify_expiring_soon" ) 
    1515                $result = notify_expiring_soon($user); 
     16 
     17                echo h1($op . "ing $user"); 
    1618 
    1719        if( $result ) { 
     
    3032<form method="post"> 
    3133        <select name="op"> 
     34                <option value="re_enable">re-enable</option> 
     35                <option value="disable">disable</option> 
    3236                <option value="expire">expire</option> 
    33                 <option value="disable">disable</option> 
    34                 <option value="re_enable">re-enable</option> 
    3537                <option value="notify_expiring_soon">warn they are about to expire</option> 
    3638        </select>