diff --git a/cache/timer.yaml b/cache/timer.yaml deleted file mode 100644 index adc6257..0000000 --- a/cache/timer.yaml +++ /dev/null @@ -1 +0,0 @@ -licenseupdate: 1739826278 diff --git a/settings/kixote.yaml b/settings/kixote.yaml deleted file mode 100644 index 4e29404..0000000 --- a/settings/kixote.yaml +++ /dev/null @@ -1,36 +0,0 @@ -promptlist: - research: - name: research - content: 'Make a research based on the provided topic or content.' - active: true - system: true - outline: - name: outline - content: 'Create an outline based on the provided topic or content.' - active: true - system: true - write: - name: write - content: 'Write an article based on the provided content.' - active: true - system: true - spellcheck: - name: spellcheck - content: 'Please review the text for grammar, spelling, and correct word usage. Correct any errors and ensure that the appropriate words are used, while maintaining the original tone, style, and phrasing.' - active: true - system: true - style: - name: style - content: 'Please review the text to improve its wording and style. Ensure the text is readable, clear, concise, and flows smoothly. You may rephrase sentences as needed, but maintain the original tonality and individual language usage to avoid a generic tone.' - active: true - system: true - mermaid: - name: mermaid - content: 'Return pure mermaid syntax for a [pie, x, y] diagram.' - active: true - system: true - tone: - name: 'apply tone' - content: 'Apply the tone to the article.' - active: true - system: true diff --git a/system/typemill/Models/License.php b/system/typemill/Models/License.php index 08fb19d..86ace69 100644 --- a/system/typemill/Models/License.php +++ b/system/typemill/Models/License.php @@ -496,7 +496,7 @@ class License $curl = curl_init($url); if (defined('CURLSSLOPT_NATIVE_CA') && version_compare(curl_version()['version'], '7.71', '>=')) { - curl_setopt($ch, CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA); + curl_setopt($curl, CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA); } curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, true);