add subscriber
This commit is contained in:
@@ -397,12 +397,16 @@ class Helper {
|
||||
}
|
||||
|
||||
public static function getWebUrl(){
|
||||
if ( self::isCompanyMovar()){
|
||||
return "https://fitnessadmin.hu/fitness-web";
|
||||
}else if ( self::isCompanyGyor()){
|
||||
return "https://fitnessadmin.hu/cutler";
|
||||
if ( \Yii::$app->params['development'] == true ){
|
||||
return "http://localhost/fitness-web";
|
||||
}else{
|
||||
return "https://localhost/fitness-web";
|
||||
if ( self::isCompanyMovar()){
|
||||
return "https://fitnessadmin.hu/fitness-web";
|
||||
}else if ( self::isCompanyGyor()){
|
||||
return "https://fitnessadmin.hu/cutler";
|
||||
}else{
|
||||
return "https://localhost/fitness-web";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user