~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to html/ops/clean_user_names.php

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
// You should have received a copy of the GNU Lesser General Public License
17
17
// along with BOINC.  If not, see <http://www.gnu.org/licenses/>.
18
18
 
19
 
 
20
 
 
 
19
$cli_only = true;
21
20
require_once("../inc/db.inc");
 
21
require_once("../inc/util_ops.inc");
22
22
 
23
23
set_time_limit(0);
24
 
 
25
24
db_init();
26
25
 
27
26
function clean_user($user) {