/[pxelator]/lib/PXElator/server.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /lib/PXElator/server.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 124 - (show annotations)
Mon Aug 3 12:19:22 2009 UTC (14 years, 7 months ago) by dpavlin
File size: 315 byte(s)
removed timestamp based on ALARM
1 package server;
2
3 use warnings;
4 use strict;
5
6 use Module::Refresh;
7
8 our $ip = '172.16.10.1';
9 our $netmask = '255.255.255.0';
10
11 our ( $ip_from, $ip_to ) = ( 10, 100 );
12
13 our $base_dir = '/home/dpavlin/llin/pxelator';
14
15 use config;
16
17 our $debug;
18 sub debug { $debug = config::shared('debug', @_) || 0 }
19
20 warn "loaded";

  ViewVC Help
Powered by ViewVC 1.1.26