Changeset 469
- Timestamp:
- 07/23/2005 08:42:08 PM (3 years ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.3.x/src/mod_cml_lua.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.3.x/src/mod_cml_lua.c
r468 r469 248 248 struct stat st; 249 249 int curelem; 250 time_t last_mtime = 0;250 time_t mtime = 0; 251 251 252 252 lua_pushstring(L, "output_include");

