Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
arogarth committed Nov 22, 2015
0 parents commit 08fc6bc
Show file tree
Hide file tree
Showing 31 changed files with 10,646 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/config.php
*~

.buildpath
.project
.settings/
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


RewriteEngine on
RewriteRule wpad.dat wpad.php
6 changes: 6 additions & 0 deletions config.php.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
$config = array();
$config["db_host"] = "localhost";
$config["db_name"] = "wpad";
$config["db_user"] = "root";
$config["db_pass"] = "";
22 changes: 22 additions & 0 deletions css/bootstrap-switch.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 08fc6bc

Please sign in to comment.