X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=blobdiff_plain;f=plugins%2Frepo.php;fp=plugins%2Frepo.php;h=804a5ce32251fa7562854143b4d42e5bd73617f6;hp=0000000000000000000000000000000000000000;hb=17d5412ef5bdde749ce57dbdd627243eb0d701a8;hpb=81d1eb66e29bea907434b6c5586f4c3363270010 diff --git a/plugins/repo.php b/plugins/repo.php new file mode 100644 index 0000000..804a5ce --- /dev/null +++ b/plugins/repo.php @@ -0,0 +1,18 @@ +config = $config; + } + + function go($url) + { + echo "i am the repo man, i repo the repo"; + } + + private $config; +} + +?> \ No newline at end of file