started implementing the configuration dialog stuff
[gwvp.git] / gwvplib / gwvprepoadmin.php
index 09f7481..7a2b476 100644 (file)
@@ -93,7 +93,9 @@ function gwvp_DoCreateRepoPage()
 
 function gwvp_CreateRepoPageBody()
 {
-       global $BASE_URL, $repo_base;
+       global $BASE_URL;
+       
+       $repo_base = gwvp_getConfigVal("repodir");
        
        $reponameobv = "";
        $repodescobv = "";