Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-08-03 02:44:47 +0400
committerMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-08-03 02:44:47 +0400
commit9d38212c065e01e466a8ac6211b52400b40a43e7 (patch)
treedea0fd1ac5161d1db85fec8002dfa267065aa51d /error_report.php
parent918b670207068f2f0cfb80dddee083527e3886be (diff)
Changed submission url to new controller
Diffstat (limited to 'error_report.php')
-rw-r--r--error_report.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/error_report.php b/error_report.php
index 93682db157..7398422edd 100644
--- a/error_report.php
+++ b/error_report.php
@@ -8,7 +8,7 @@
require_once 'libraries/common.inc.php';
include_once 'js/line_counts.php';
-$submission_url = "http://reports.phpmyadmin.net/reports/submit";
+$submission_url = "http://dev-reports.phpmyadmin.net/incidents/create";
$response = PMA_Response::getInstance();