X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Frules.phh;h=f9a825ff82c1cab7d8cf29ac27b5d78206df8abd;hb=a4964f13c6c883a655937d85ae50d0e0aff09226;hp=ce9e8f2ec015f0164ccb2f1019531743e1ab2d02;hpb=f9c487a0bdd7dfb71d73b248b2e7080c2f4451a2;p=brisk.git diff --git a/web/briskin5/Obj/rules.phh b/web/briskin5/Obj/rules.phh index ce9e8f2..f9a825f 100644 --- a/web/briskin5/Obj/rules.phh +++ b/web/briskin5/Obj/rules.phh @@ -29,6 +29,7 @@ define('BIN5_RULES_OLDSCHEMA', -1); define('BIN5_RULES_FINISH', 0); define('BIN5_RULES_ABANDON', 1); define('BIN5_RULES_ALLPASS', 2); +define('BIN5_RULES_ASTA', 3); require_once("rules_base.phh"); require_once("rules_old_rules.phh");