Skip to content
Snippets Groups Projects
Commit 114c13b9 authored by Henri Queneau's avatar Henri Queneau
Browse files

FEAT #1953 change path for sql

parent d2ba7e17
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ if ($_REQUEST['action'] == 'testConnect') { ...@@ -88,7 +88,7 @@ if ($_REQUEST['action'] == 'testConnect') {
} elseif ($_REQUEST['action'] == 'loadDatas') { } elseif ($_REQUEST['action'] == 'loadDatas') {
$loadDatas = $Class_Install->createData( $loadDatas = $Class_Install->createData(
$_REQUEST['dataFilename'].'.sql' 'sql/'.$_REQUEST['dataFilename'].'.sql'
); );
if (!$loadDatas) { if (!$loadDatas) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment