Changeset 19805 for branches/version-2_5-dev/data/class/SC_Display.php
- Timestamp:
- 2010/12/31 23:23:49 (15 years ago)
- File:
-
- 1 edited
-
branches/version-2_5-dev/data/class/SC_Display.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_Display.php
r19803 r19805 50 50 51 51 function SC_Display($hasPrevURL = true, $autoGenerateHttpHeaders = true) { 52 require_once(CLASS_EX_ FILE_PATH. "SC_Response_Ex.php");52 require_once(CLASS_EX_REALDIR . "SC_Response_Ex.php"); 53 53 $this->response = new SC_Response_Ex(); 54 54 $this->autoSet = $autoGenerateHttpHeaders;
Note: See TracChangeset
for help on using the changeset viewer.
