Warning: session_start(): open(/var/lib/php/sessions/sess_uqnr02u1g1lpq6qbv3k8tqf7ig, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
svoid gazelle_copyLineToLongAppliedRuleList(S context) pcall {
if (nempty(gazelle_applicationsForContext(context))) ret;
try {
S mrStruct = gazelle_matchedRuleStructForContext(context);
if (mrStruct == null) ret; // with print("Not a Gazelle line or legacy");
printIndent(shorten(mrStruct, 50));
// TODO: emojis
dm_gazelle_saveAppliedRuleToLongList(
matchedRuleStruct := mrStruct,
+context);
} on fail {
print("Context: " + context);
}
}