IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16566


Ignore:
Timestamp:
Feb 21, 2008, 1:21:09 PM (18 years ago)
Author:
jhoblitt
Message:

change SUBPATH_DEPTH

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r16565 r16566  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.53 2008-02-21 23:20:39 jhoblitt Exp $
     3# $Id: Server.pm,v 1.54 2008-02-21 23:21:09 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    2727__PACKAGE__->mk_accessors(qw( log sql config ));
    2828
    29 use constant SUBPATH_DEPTH => 3;
     29use constant SUBPATH_DEPTH => 2;
    3030
    3131sub new {
  • trunk/Nebulous/lib/Nebulous/Server.pm

    r16565 r16566  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.53 2008-02-21 23:20:39 jhoblitt Exp $
     3# $Id: Server.pm,v 1.54 2008-02-21 23:21:09 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    2727__PACKAGE__->mk_accessors(qw( log sql config ));
    2828
    29 use constant SUBPATH_DEPTH => 3;
     29use constant SUBPATH_DEPTH => 2;
    3030
    3131sub new {
Note: See TracChangeset for help on using the changeset viewer.