diff --git a/.gitignore b/.gitignore index 4ebd6e7d3b..d5f013cb1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +Makefile config.php .index logs diff --git a/Makefile b/Makefile deleted file mode 100644 index 4ad69d63df..0000000000 --- a/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -GIT=git -SYNC=rsync -rtvx --cvs-exclude --exclude '.*.swp' -TEST_DEST=librenms:/opt/librenms/ - -default: check - $(GIT) merge master - $(SYNC) html includes $(TEST_DEST) - -test t: merge check push-testing gc - -dev d: merge check push-dev gc - -check: - for i in `$(GIT) diff --name-only`; do php -l $$i; done - -gc: - $(GIT) gc - -merge: - $(GIT) merge master - -pull: - $(GIT) pull - -push-dev: - $(GIT) push - -push-testing: - $(GIT) push testing - diff --git a/html/pages/front/default.php b/html/pages/front/default.php index 50a4bda2eb..d7f0c664ca 100644 --- a/html/pages/front/default.php +++ b/html/pages/front/default.php @@ -11,7 +11,15 @@ echo("