Changeset 368

Show
Ignore:
Timestamp:
07/17/07 12:09:13 (1 year ago)
Author:
ludo
Message:

removed some debug code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/webmin/backuppc3/backuppc_override.pm

    r253 r368  
    11# 
    2 
    3 
     2# Custom BackupPC functions 
     3
     4# Linbox Rescue Server 
     5# Copyright (C) 2007 Ludovic Drolez, Linbox FAS 
     6
     7# This program is free software; you can redistribute it and/or 
     8# modify it under the terms of the GNU General Public License 
     9# as published by the Free Software Foundation; either version 2 
     10# of the License, or (at your option) any later version. 
     11
     12# This program is distributed in the hope that it will be useful, 
     13# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     15# GNU General Public License for more details. 
     16
     17# You should have received a copy of the GNU General Public License 
     18# along with this program; if not, write to the Free Software 
     19# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     20 
    421 
    522sub myinit { 
     
    3249  } 
    3350 
    34   #use Data::Dumper; 
    35   #system("echo \"======".Dumper(\%in, \%In)."\" >> /tmp/ac"); 
    36  
    3751  # override some configuration defaults 
    3852  $Conf{BackupPCUser} = 'root'; 
     
    6579sub myend 
    6680  { 
    67   use Data::Dumper; 
    68   system("echo \"======".Dumper(\%in, \%In)."\" >> /tmp/ac"); 
    6981    if ($In{action} eq "editConfig") { 
    7082      my $uid = getpwnam("backuppc"); 
  • trunk/webmin/backuppc3/index.cgi

    r253 r368  
    5454use BackupPC::CGI::Lib qw(:all); 
    5555 
    56 #system("echo 1 `date` >>/tmp/ac"); 
    5756BackupPC::CGI::Lib::NewRequest; 
    58 #system("echo 2 `date` >>/tmp/ac"); 
    5957 
    60 #system("echo \"=-=-=- $In{action}\" >> /tmp/ac"); 
    6158 
    6259# LINBOX