diff options
Diffstat (limited to 'demos/blog/index_php.php')
-rw-r--r-- | demos/blog/index_php.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/blog/index_php.php b/demos/blog/index_php.php index a5434860..76c5345c 100644 --- a/demos/blog/index_php.php +++ b/demos/blog/index_php.php @@ -12,8 +12,6 @@ if(!is_writable($runtimePath)) die("Please make sure that the directory $runtimePath is writable by Web server process."); if(!is_writable($dataPath)) die("Please make sure that the directory $dataPath is writable by Web server process."); -if(!extension_loaded("sqlite")) - die("SQLite PHP extension is required."); require_once($frameworkPath); $application=new TApplication('protected',false,TApplication::CONFIG_TYPE_PHP); |