%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/nailstv/public_html/at.nails.tv/include/
Upload File :
Create Path :
Current File : /home/nailstv/public_html/at.nails.tv/include/Mobile.class.php

<?php

  class Mobile
  {

    static $agent;
  
    function appleDevice()
    {
    
      self :: $agent = $_SERVER["HTTP_USER_AGENT"];

      if(strpos(self :: $agent , "iPad") !== false )
      {
        return true;
      }
      else if(strpos(self :: $agent , "iPhone") !== false )
      {
        return true;
      }
    
      return false;

    }
  
  }


?>

Zerion Mini Shell 1.0