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 8d7893c commit ec0ca4fCopy full SHA for ec0ca4f
sessionkeepalive_ajax.php
@@ -24,11 +24,11 @@
24
*/
25
26
define('AJAX_SCRIPT', true);
27
-// @codingStandardsIgnoreStart
+
28
+// phpcs:disable moodle.Files.RequireLogin.Missing
29
// Let codechecker ignore the next line because otherwise it would complain about a missing login check
30
// after requiring config.php which is really not needed.
31
require(__DIR__ . '/../../config.php');
-// @codingStandardsIgnoreEnd
32
33
// Require the session key - want to make sure that this isn't called
34
// maliciously to keep a session alive longer than intended.
0 commit comments