Explorar el Código

Dodanie do _route=Install bocian theme dla bocian.procesy5.pl oraz test.procesy5.pl

Mariusz Muszyński hace 8 años
padre
commit
5530dbe638
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      SE/se-lib/Route/Install.php

+ 4 - 0
SE/se-lib/Route/Install.php

@@ -446,6 +446,10 @@ jQuery(document).ready(function () {
 			$appLicenceInfo->projects = [ 'bravecare' ];
 		} else if (80 == $idLicence) { // bravecom.yellowgroup.pl
 			$appLicenceInfo->projects = [ 'bocian' ];
+		} else if (81 == $idLicence) { // bocian.procesy5.pl
+			$appLicenceInfo->projects = [ 'bocian' ];
+		} else if (67 == $idLicence) { // bocian.procesy5.pl
+			$appLicenceInfo->projects = [ 'bocian' ];
 		}
 
 		return $appLicenceInfo;