Removed get_js_set_focus() and get_js_form_entry()
[fa-stable.git] / install / save.php
index 860e1d67a647430b296c12dbfa1e07a728a5cf16..0c786f26bd5cf2f9ea8abc953264dfa660629dea 100644 (file)
@@ -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');
 }