#!/usr/bin/perl -- use lib '/home/content/m/i/k/mikearthur/html/editv/library/mods'; $url_to_editor = 'http://www.northtexassurveying.com/cgi/edit.cgi'; $url_to_library = 'http://www.northtexassurveying.com/editv/library'; $url_to_ikons = 'http://www.northtexassurveying.com/editv/ikons'; $path_to_library = '/home/content/m/i/k/mikearthur/html/editv/library'; $path_to_domain = '/home/content/m/i/k/mikearthur/html'; $path_to_data = "/home/content/m/i/k/mikearthur/html/editv/library/data"; ################################################# ## DO NOT EDIT BELOW HERE ################################################# ################################################################## # # COPYRIGHT NOTICE: # # Copyright 2005 EditWrx.com TM # A subsidiary of WrxWare # # web site: http://www.editwrx.com # E-Mail: support@editwrx.com # Version: 6 # # EditWrx is protected by copyright laws and international # copyright treaties, as well as other intellectual property # laws and treaties. EditWrx is licensed, not sold. # ################################################################### $path_to_library =~ s!/$!!; $routines = $path_to_library."/routines.txt"; require "$routines";