define20210304.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?
  2. /** 글로벌 Define 모음 **/
  3. //define("WAS_URL","http://cpro.interscope.co.kr/");
  4. define("WAS_URL","http://esmotor.interscope.co.kr/");
  5. define("HTTPS_URL","http://esmotor.interscope.co.kr/");
  6. define("WAS_PATH","/");
  7. define("WAS_TITLE","SSNTech");
  8. define("ADMIN_PATH","/admin/");
  9. define("ADMIN_TITLE","UPRO CMS");
  10. define("UPLOAD_PATH","/uploadfile/");
  11. define("SSL_URL","http://esmotor.interscope.co.kr/");
  12. define("AES_KEY","hyttech");
  13. define("LOGO_IMG","http://esmotor.interscope.co.kr/");
  14. define("UPLOAD_PATH","/uploadfile/");
  15. define("UPLOAD_PATH_CONSULTANT","/uploadfile/consultant/");
  16. define("UPLOAD_PATH_CAR","/uploadfile/car/");
  17. define("ADMIN_FOOTER","Copyright 2000 companyName All Rights Reserved.<br>Contact for more Information.");
  18. define("ANALYTICS_KEY","55c3316832daf4");
  19. define('JS_PATH','/common/js/common.js');
  20. define('JQUERY_PATH','/common/js/jquery-1.9.1.min.js');
  21. //메일링 발송에 필요한 발신정용 메일 설정 파일 임시정지
  22. //define('GUSER', '@naver.com'); // GMail username
  23. //define('GPWD', 'min'); // GMail password
  24. //define('MAILHOST', 'smtp.naver.com'); // NAVER
  25. //define('MAILPORT', '465'); // PORT
  26. //define("SMS_URL","https://sslsms.cafe24.com/sms_sender.php");
  27. //define("SMS_NUMBER","02-0000-0000");
  28. //define("SMS_ID","cpro.interscope.co.kr");
  29. //define("SMS_SECU","8185a1403687f69d9552201641d48e16"); 임시정지
  30. define("CAR_THUM_WIDTH",1440);
  31. define("CAR_THUM_HEIGHT",960);
  32. define("CAR_THUM2_WIDTH",420);
  33. define("CAR_THUM2_HEIGHT",350);
  34. define("LIMIT_TIME_TENDER",24); //딜러 입찰 참여 제한 시간
  35. define("LIMIT_TIME_SELL",96); //판매자 판매 제한 시간
  36. define("LIMIT_TIME_AUTO_LOGIN",3600*24*30); //AutoLogin 제한 시간 : 30day
  37. define("COOKIENAME","ESMotors");
  38. /*define('GUSER', '@naver.com'); // GMail username
  39. define('GPWD', 'min'); // GMail password
  40. define('MAILHOST', 'smtp.naver.com'); // NAVER
  41. define('MAILPORT', '465'); // PORT
  42. define('GTOMAIL','iskdit@kdit.co.kr')
  43. */
  44. ?>