The branch, master has been updated via a2fc059f985b681b72c4f6e43ef680c0901ed833 (commit) from 1369bf2c4330ebc57da869428ae747a2903642cb (commit)
- Log ----------------------------------------------------------------- commit a2fc059f985b681b72c4f6e43ef680c0901ed833 Author: Michal Čihař mcihar@suse.cz Date: Thu Aug 4 14:39:45 2011 +0200
Fix syntax error
-----------------------------------------------------------------------
Summary of changes: libraries/header_http.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/header_http.inc.php b/libraries/header_http.inc.php index c30316d..3b32915 100644 --- a/libraries/header_http.inc.php +++ b/libraries/header_http.inc.php @@ -24,7 +24,7 @@ if (!$GLOBALS['cfg']['AllowThirdPartyFraming']) { header('X-Frame-Options: SAMEORIGIN'); header('X-Content-Security-Policy: allow 'self'; options inline-script eval-script; frame-ancestors 'self'; img-src 'self' data:; script-src 'self' www.phpmyadmin.net'); } -PMA_no_cache_header() +PMA_no_cache_header(); if (!defined('IS_TRANSFORMATION_WRAPPER')) { // Define the charset to be used header('Content-Type: text/html; charset=utf-8');
hooks/post-receive