Skip to content

Commit

Permalink
3.4.0-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcosca committed Jan 1, 2015
1 parent f4e9eb0 commit b8f7277
Show file tree
Hide file tree
Showing 193 changed files with 4,028 additions and 1,544 deletions.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RewriteEngine On
#
# RewriteBase /

RewriteRule ^(lib|tmp)\/|\.(ini|php)$ - [R=404]
RewriteRule ^(tmp)\/|\.ini$ - [R=404]

RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-f
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "http://fatfreeframework.com/",
"license": "GPL-3.0",
"require": {
"php": ">=5.3.0"
"php": ">=5.3.6"
},
"repositories": [
{
Expand Down
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

// Kickstart the framework
$f3=require('lib/base.php');

$f3->set('DEBUG',1);
if ((float)PCRE_VERSION<7.9)
trigger_error('PCRE version is out of date');

// Load configuration
$f3->config('config.ini');

$f3->route('GET /',
Expand Down
621 changes: 621 additions & 0 deletions lib/LICENSE

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/api/annotated.html

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

Binary file added lib/api/arrowdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/api/arrowright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions lib/api/classAudit-members.html

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

6 changes: 3 additions & 3 deletions lib/api/classAudit.html

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

6 changes: 3 additions & 3 deletions lib/api/classAuth-members.html

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

6 changes: 3 additions & 3 deletions lib/api/classAuth.html

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

Loading

0 comments on commit b8f7277

Please sign in to comment.