format fixes
[phpgitweb.git] / htdocs / config.example.php
index 0755ec8398473defba2ce04f2a1ad149b83c05d6..f1bb664093b03638ca488ede60caf0415e93d85c 100644 (file)
 
 /* GIT configuration */
 class GitConfig {
-    /* PHPGitWeb Title / Name */
+       /* PHPGitWeb Title / Name */
        const GITWEB_TITLE = "PHPGitWeb";
        
-    /* path to git projects (<project>.git) */
-    const PROJECT_ROOT = "/srv/gitosis/repositories/";
-    
-    /* Point to projects.list file generated by gitosis. */
-    //const PROJECT_LIST = NULL;
-    const PROJECT_LIST = "/srv/gitosis/gitosis/projects.list";
-    
-    /* Only allow Projects from PROJECT_LIST being viewed */
-    const STRICT_EXPORT = true;
-    
-    /* Only allow Projects with this file within their PROJECT_ROOT being viewed */
-    //const EXPORT_FILE = "export-ok";
-    const EXPORT_FILE = NULL;
+       /* path to git projects (<project>.git) */
+       const PROJECT_ROOT = "/srv/gitosis/repositories/";
+       
+       /* Point to projects.list file generated by gitosis. */
+       //const PROJECT_LIST = NULL;
+       const PROJECT_LIST = "/srv/gitosis/gitosis/projects.list";
+       
+       /* Only allow Projects from PROJECT_LIST being viewed */
+       const STRICT_EXPORT = true;
+       
+       /* Only allow Projects with this file within their PROJECT_ROOT being viewed */
+       //const EXPORT_FILE = "export-ok";
+       const EXPORT_FILE = NULL;
        
        /* Override Project Owner to this one */
        const PROJECT_OWNER = NULL;