X-Git-Url: http://git.pk910.de/?p=phpgitweb.git;a=blobdiff_plain;f=htdocs%2Fconfig.example.php;fp=htdocs%2Fconfig.example.php;h=0755ec8398473defba2ce04f2a1ad149b83c05d6;hp=247833f1f8521340f276fe1757af1d5a597edf3e;hb=574f4ed4076c84231ec75dc70a9120c553e37374;hpb=ee39a29d2d94cb45f3634bc853f223192d3ad0d4 diff --git a/htdocs/config.example.php b/htdocs/config.example.php index 247833f..0755ec8 100644 --- a/htdocs/config.example.php +++ b/htdocs/config.example.php @@ -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;