diff --git a/app.php b/app.php index 9952fe4..ac12e5b 100644 --- a/app.php +++ b/app.php @@ -6,6 +6,7 @@ if(getenv("DEBUG")) { $f3->set('DEBUG', getenv("DEBUG")); } +$f3->set('XFRAME', null); // Allow use in an iframe $f3->set('ROOT', __DIR__); $f3->set('UI', $f3->get('ROOT')."/templates/"); $f3->set('UPLOADS', sys_get_temp_dir()."/");