Subversion Repositories camp_sysinfo_client_3

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 3
Line 29... Line 29...
29
#
29
#
30
#    You should have received a copy of the GNU General Public License
30
#    You should have received a copy of the GNU General Public License
31
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
31
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
32
 
32
 
33
my $urlVarName = 'report';
33
my $urlVarName = 'report';
34
my $server = 'http://10.111.110.72/test/index.php';
34
my $server = 'http://10.111.110.72/modules/sysinfo/upload_sysinfo_report.php';
35
 
35
 
36
eval {
36
eval {
37
   use LWP::Simple;
37
   use LWP::Simple;
38
};
38
};
39
if ( $@ ) {
39
if ( $@ ) {