Changeset 16528 for branches/feature-module-movilink/data
- Timestamp:
- 2007/10/19 23:18:03 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-movilink/data/downloads/module/mdl_movilink/mdl_movilink.inc
r16526 r16528 16 16 17 17 /**** ¢§Äê¿ôÀë¸À *********************************************************************************************/ 18 // ¥»¥Ã¥·¥ç¥ó³«»Ï 19 sfDomainSessionStart(); 20 if($_GET['aflkey'] != "") { 21 $_SESSION['aflkey'] = $_GET['aflkey']; 22 } 23 sfPrintR($_SESSION); 18 19 function sfInitMovilink() { 20 if($_GET['aflkey'] != "") { 21 $_SESSION['aflkey'] = $_GET['aflkey']; 22 } 23 sfPrintR($_SESSION); 24 } 24 25 25 26 /**************************************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.