aae893bf by Jeff Balicki

test

1 parent 77ce1a33
1 <?php 1 <?php
2 2 // Set Variables Working
3
4 // Set Variables
5 $LOCAL_ROOT = "/var/www/html/"; 3 $LOCAL_ROOT = "/var/www/html/";
6 $LOCAL_REPO_NAME = "banners-with-skip"; 4 $LOCAL_REPO_NAME = "banners-with-skip";
7 $LOCAL_REPO = "{$LOCAL_ROOT}/{$LOCAL_REPO_NAME}"; 5 $LOCAL_REPO = "{$LOCAL_ROOT}/{$LOCAL_REPO_NAME}";
......