Skip to content

Commit

Permalink
all i wanted was the build status thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
nearwood committed Mar 31, 2016
1 parent 8f0457e commit f6ceaa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Parses MSQ "XML" in tandem with an associated INI (config) file and displays it

Try it now at: http://msqur.com/

### Build Status:
* msqur.com [![Build Status](https://travis-ci.org/nearwood/msqur.svg?branch=msqur.com)](https://travis-ci.org/nearwood/msqur)
* master [![Build Status](https://travis-ci.org/nearwood/msqur.svg?branch=master)](https://travis-ci.org/nearwood/msqur)

### TODO ###

* Uploader (user)/Manager (admin)
Expand Down
4 changes: 2 additions & 2 deletions src/config.php.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
define('CONFIG_VERSION', "6");
define('LOG_FILE', "msqur.log"); //Ew
define('CONFIG_VERSION', "7");
define('LOG_FILE', "/tmp/msqur.log"); //Ew
define('DB_HOST', "localhost");
define('DB_USERNAME', "msqur");
define('DB_PASSWORD', "");
Expand Down

0 comments on commit f6ceaa7

Please sign in to comment.