added: for function: login - a html pattern for GET request git-svn-id: svn://ttmath.org/publicrep/winix/trunk@567 e52654a7-88a9-db11-a3e9-0013d4bc506e
31 lines
393 B
C
Executable File
31 lines
393 B
C
Executable File
/*
|
|
* This file is a part of CMSLU -- Content Management System like Unix
|
|
* and is not publicly distributed
|
|
*
|
|
* Copyright (c) 2008-2009, Tomasz Sowa
|
|
* All rights reserved.
|
|
*
|
|
*/
|
|
|
|
|
|
#ifndef headerfilecmslupluginmsg
|
|
#define headerfilecmslupluginmsg
|
|
|
|
|
|
#define WINIX_TEMPLATES_CREATEFUNCTIONS 999
|
|
#define WINIX_REQUEST_CLEAR 1000
|
|
|
|
#define WINIX_CONTENT_MAKE 2000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|