use data links for git graph images
[phpgitweb.git] / htdocs / config.example.php
index 247833f1f8521340f276fe1757af1d5a597edf3e..0755ec8398473defba2ce04f2a1ad149b83c05d6 100644 (file)
@@ -53,6 +53,7 @@ class GitConfig {
        
        /* GIT Graphs */
        const GITGRAPH_ENABLE = true;
+       const GITGRAPH_DATA_URL = true;
        const GITGRAPH_MAX_BRANCHES = 20;
        const GITGRAPH_END_SIZE = 20;
        const GITGRAPH_TILE_SIZE = 20;