Skip to content

Commit

Permalink
added project
Browse files Browse the repository at this point in the history
  • Loading branch information
DariosKrimsKrams committed Aug 14, 2016
1 parent 9ee4f24 commit 6660771
Show file tree
Hide file tree
Showing 31 changed files with 4,072 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
RewriteEngine on
RewriteCond %{HTTP_REFERER} buttons-for-website.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*7makemoneyonline.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*semalt.com/ [NC]
RewriteRule ^(.*)$ [F,L]
6 changes: 6 additions & 0 deletions config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

// Config
$uploadDir = './uploads';
$allowedTypes = array('jpg','jpeg','gif','png','bmp', 'tif', 'tiff'); // File extensions

114 changes: 114 additions & 0 deletions css/snippet.css

Large diffs are not rendered by default.

Loading

0 comments on commit 6660771

Please sign in to comment.