Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anantgarg committed Dec 16, 2009
1 parent 5b6795a commit e635387
Show file tree
Hide file tree
Showing 870 changed files with 85,424 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .htaccess
@@ -0,0 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
</IfModule>
47 changes: 47 additions & 0 deletions .svn/all-wcprops
@@ -0,0 +1,47 @@
K 25
svn:wc:ra_dav:version-url
V 29
/svn/qwench/!svn/ver/30/trunk
END
LICENSE.TXT
K 25
svn:wc:ra_dav:version-url
V 41
/svn/qwench/!svn/ver/27/trunk/LICENSE.TXT
END
VERSION.TXT
K 25
svn:wc:ra_dav:version-url
V 41
/svn/qwench/!svn/ver/27/trunk/VERSION.TXT
END
.htaccess
K 25
svn:wc:ra_dav:version-url
V 39
/svn/qwench/!svn/ver/27/trunk/.htaccess
END
README.TXT
K 25
svn:wc:ra_dav:version-url
V 40
/svn/qwench/!svn/ver/28/trunk/README.TXT
END
install.php
K 25
svn:wc:ra_dav:version-url
V 41
/svn/qwench/!svn/ver/29/trunk/install.php
END
index.php
K 25
svn:wc:ra_dav:version-url
V 39
/svn/qwench/!svn/ver/26/trunk/index.php
END
config.default.php
K 25
svn:wc:ra_dav:version-url
V 48
/svn/qwench/!svn/ver/29/trunk/config.default.php
END
287 changes: 287 additions & 0 deletions .svn/entries
@@ -0,0 +1,287 @@
10

dir
30
http://k.i/svn/qwench/trunk
http://k.i/svn/qwench



2009-12-09T09:24:55.428545Z
30
anantgarg














2c2bcabb-f85b-4f93-8145-bce7f95e6b2a

LICENSE.TXT
file




2009-12-16T10:39:00.474200Z
ce145d3370c795e757fd96cbd6808036
2009-12-09T08:22:25.001934Z
27
anantgarg





















4107

VERSION.TXT
file




2009-12-16T10:39:00.477200Z
e4c2e8edac362acab7123654b9e73432
2009-12-09T08:22:25.001934Z
27
anantgarg





















3

db
dir

controllers
dir

css
dir

.htaccess
file




2009-12-16T10:39:00.480200Z
44ee2a895e6a9269e2a548875bbafa37
2009-12-09T08:22:25.001934Z
27
anantgarg





















186

README.TXT
file




2009-12-16T10:39:00.483200Z
7517fe638de70cbe769f2b109bec1430
2009-12-09T08:23:34.071587Z
28
anantgarg





















316

img
dir

js
dir

libraries
dir

install.php
file




2009-12-16T10:39:00.486200Z
64b8165a401a05bf1b536d2f4735fc40
2009-12-09T09:19:09.872791Z
29
anantgarg





















6536

views
dir

index.php
file




2009-12-16T10:39:00.497200Z
5ae389bc9ed3650f5cc3f0f8fa2ed0a6
2009-09-22T06:04:16.186489Z
26
anantgarg





















1507

config.default.php
file




2009-12-16T10:39:00.502200Z
ce3ce43efb5fca2ba5c4bba28e4cf768
2009-12-09T09:19:09.872791Z
29
anantgarg





















918

6 changes: 6 additions & 0 deletions .svn/text-base/.htaccess.svn-base
@@ -0,0 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
</IfModule>

0 comments on commit e635387

Please sign in to comment.