stanley-king 8 anni fa
parent
commit
7e0cb7ecdf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      core/framework/libraries/sms.php

+ 1 - 1
core/framework/libraries/sms.php

@@ -67,7 +67,7 @@ class Sms
         if(array_key_exists('type',$content)) {
             unset($content['type']);
         }
-        
+
         static $templates = array(self::register_code => '59006', self::resetpass_code => '63477', self::getbonus_code => '63479', self::getbind_code => '59006');
         if (!array_key_exists($type, $templates)) return -1;