X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=install%2Fsave.php;h=0c786f26bd5cf2f9ea8abc953264dfa660629dea;hb=f63c58475b057c9f4a05894a6935ea351b6d7af3;hp=860e1d67a647430b296c12dbfa1e07a728a5cf16;hpb=cb8cf10b735342399abfce9384565a7474b92947;p=fa-stable.git diff --git a/install/save.php b/install/save.php index 860e1d67..0c786f26 100644 --- a/install/save.php +++ b/install/save.php @@ -253,7 +253,7 @@ else // End website company name // Check if the user has entered a correct path -if (!file_exists($path_to_root.'/sql/basic.sql')) +if (!file_exists($path_to_root.'/sql/en_US-demo.sql')) { set_error('It appears the Absolute path that you entered is incorrect'); }