Rename resSources directories into resources

This commit is contained in:
2015-01-27 21:10:09 +01:00
parent 9dc74cb942
commit 2757b81e64
18 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<VirtualHost *:80>
ServerName gpass-demo.soutade.fr
DocumentRoot /var/www/gpass
DirectoryIndex index.php
<Location />
AuthType Basic
AuthName "Private"
AuthUserFile /private/_pwd/user
Require valid-user
</Location>
<Location "/users/">
Allow from all
Satisfy Any
</Location>
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !index.php
RewriteRule ^/(.*)$ /users/$1/index.php [PT]
</VirtualHost>

BIN
resources/gpass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
resources/gpass.xcf Normal file

Binary file not shown.

BIN
resources/gpass_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
resources/gpass_icon.xcf Normal file

Binary file not shown.

BIN
resources/usage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
resources/usage.xcf Normal file

Binary file not shown.