Changeset 11200
- Timestamp:
- 08/14/08 14:58:31 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/remote-services/libebox/src/EBox/Config.pm.in
r10814 r11200 274 274 } 275 275 276 # Method: s oapSession277 # 278 # Get the path where the SOAPsession identifier is stored276 # Method: scriptSession 277 # 278 # Get the path where the script session identifier is stored 279 279 # 280 280 # Returns: … … 282 282 # String - the path to that file 283 283 # 284 sub s oapSession285 {286 return $ref->{localstatedir} . 'lib/ebox/conf/ebox.s oap-sid';287 }284 sub scriptSession 285 { 286 return $ref->{localstatedir} . 'lib/ebox/conf/ebox.script-sid'; 287 } 288 288 289 289 sub log
