Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
- Nette::Forms - validator NUMERIC renamed to INTEGER to be more unde…
Browse files Browse the repository at this point in the history
…rstandable

- RobotLoader checks directories
  • Loading branch information
dg committed Oct 10, 2010
1 parent c5a5784 commit c74327d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Akrabat.Forms/document_root/.htaccess
@@ -1,3 +1,6 @@
# disable directory listing
Options -Indexes

# configure PHP
# <IfModule mod_php5.c>
# php_flag magic_quotes_gpc off
Expand Down
3 changes: 3 additions & 0 deletions Akrabat/document_root/.htaccess
@@ -1,3 +1,6 @@
# disable directory listing
Options -Indexes

# configure PHP
# <IfModule mod_php5.c>
# php_flag magic_quotes_gpc off
Expand Down
3 changes: 3 additions & 0 deletions Fifteen/document_root/.htaccess
@@ -1,3 +1,6 @@
# disable directory listing
Options -Indexes

# configure PHP
# <IfModule mod_php5.c>
# php_flag magic_quotes_gpc off
Expand Down
3 changes: 3 additions & 0 deletions Modules-Usage/document_root/.htaccess
@@ -1,3 +1,6 @@
# disable directory listing
Options -Indexes

# configure PHP
# <IfModule mod_php5.c>
# php_flag magic_quotes_gpc off
Expand Down

0 comments on commit c74327d

Please sign in to comment.