İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php function is_stellar() {
|
||||
$stellar = db("subcontractors")->where("company_name_en", "like", "%stellar%")->first()->company_name_en;
|
||||
$u = u();
|
||||
if($u->subcontructer == $stellar) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
} ?>
|
||||
Reference in New Issue
Block a user