document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. static boolean enProduccion()
  2. {
  3.     ;
  4.     if (strscan(SqlSystem::databaseBackendDesc(),"SERVIDORBBDD\\\\INSTANCIABBDD - nombre_de_bbdd",1,strlen(SqlSystem::databaseBackendDesc())) > 0)
  5.         return true;
  6.     else
  7.         return false;
  8. }
');