diff options
author | Sam Wilson <sam@samwilson.id.au> | 2015-01-16 10:31:00 +0800 |
---|---|---|
committer | Sam Wilson <sam@samwilson.id.au> | 2015-01-16 10:31:00 +0800 |
commit | 0557ecf71033ab593b851e6f978d40368df41a96 (patch) | |
tree | 52a40bbc3b555e65ab8a4fd1d28db640d0492c80 | |
parent | 07aa4f5484dfefe4d9d5870b31d2e2269583fdd2 (diff) | |
download | planet-0557ecf71033ab593b851e6f978d40368df41a96.tar planet-0557ecf71033ab593b851e6f978d40368df41a96.tar.gz planet-0557ecf71033ab593b851e6f978d40368df41a96.tar.bz2 planet-0557ecf71033ab593b851e6f978d40368df41a96.tar.xz planet-0557ecf71033ab593b851e6f978d40368df41a96.zip |
Remove config files that are created on install. Refs #69.
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | admin/inc/pwd.inc.php | 1 | ||||
-rw-r--r-- | custom/people.opml | 10 |
3 files changed, 5 insertions, 14 deletions
@@ -1,3 +1,5 @@ -custom/config.yml -custom/people.opml -custom/people.opml.bak +/admin/inc/pwd.inc.php +/custom/config.yml +/custom/people.opml +/custom/people.opml.bak +/nbproject/private/ diff --git a/admin/inc/pwd.inc.php b/admin/inc/pwd.inc.php deleted file mode 100644 index 10d9225..0000000 --- a/admin/inc/pwd.inc.php +++ /dev/null @@ -1 +0,0 @@ -<?php $login="admin"; $password=md5("admin"); ?>
\ No newline at end of file diff --git a/custom/people.opml b/custom/people.opml deleted file mode 100644 index 2ea977c..0000000 --- a/custom/people.opml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0"?> -<opml version="1.1"> -<head> -<title>Untitled</title> -<dateCreated>2008-12-14T15:51:52+01:00</dateCreated> -<dateModified>2008-12-14T15:51:52+01:00</dateModified> -</head> -<body> -</body> -</opml>
\ No newline at end of file |