We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a90366 commit b2e5145Copy full SHA for b2e5145
ai chatbot/chatbot/0-setup.php
@@ -21,7 +21,7 @@
21
unset($replace[$k]);
22
if (count($replace)==0) { break; }
23
}}}
24
-try { file_put_contents(PATH_CHATBOT . "settingszzzzzz.py", implode("", $cfg)); }
+try { file_put_contents(PATH_CHATBOT . "settings.py", implode("", $cfg)); }
25
catch (Exception $ex) { exit("Error writing to ". PATH_CHATBOT . "settings.py"); }
26
27
// (E) ADD AI TO CORE-CONFIG.PHP
0 commit comments