Show
Ignore:
Timestamp:
10/10/07 15:04:04 (5 years ago)
Author:
p_lindheimer
Message:

change svn URL in setup_svn.php to reflect new repository

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/setup_svn.php

    r4993 r5117  
    1818 * 
    1919 */ 
    20 $VERSION = "2.3"; 
     20$VERSION = "2.4"; 
    2121 
    22 $NORMAL_URL =  "https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/$VERSION/amp_conf/htdocs/admin/modules"; 
    23 $MODULE_URL  = "https://amportal.svn.sourceforge.net/svnroot/amportal/modules/branches/$VERSION"; 
     22$NORMAL_URL =  "http://svn.freepbx.org/freepbx/branches/$VERSION/amp_conf/htdocs/admin/modules"; 
     23$MODULE_URL  = "http://svn.freepbx.org/modules/branches/$VERSION"; 
    2424$MODULE_PATH = "./amp_conf/htdocs/admin/modules"; 
    2525