You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Zebra_Database.php
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ class Zebra_Database {
203
203
* $debug_ajax = './update-debug-info.php';
204
204
* </code>
205
205
*
206
-
* > You need to move the `update-debug-info.php` file from the library's root folder to location accessible by an
206
+
* > You need to move the `update-debug-info.php` file from the library's root folder to a location accessible by an
207
207
* AJAX GET request. Additionally, you can rename the file to whatever suits your needs - or use whatever
208
208
* technique you want, as long as the file is publicly accessible and its content is unchanged.
209
209
*
@@ -225,11 +225,12 @@ class Zebra_Database {
225
225
*
226
226
* > Note that this will work only if the {@link $debug} property is set to `TRUE` both in the "main" file as well as in the file that is being called through AJAX.
227
227
*
228
-
* > This needs to be set only for the "main" script; setting it for the files called through AJAX has no effect.
228
+
* > The `debug_ajax` property needs to be set only for the "main" script; setting it for the files called through
0 commit comments