mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
20 lines
273 B
Text
20 lines
273 B
Text
description "Copy protection Protect package - server side\377";
|
|
|
|
uses
|
|
Core,
|
|
Cypher,
|
|
ProtectClient,
|
|
Core/SMTP,
|
|
Scgi;
|
|
|
|
uses(USE_SQLITE) plugin\sqlite3;
|
|
|
|
uses(!USE_SQLITE) MySql;
|
|
|
|
file
|
|
ProtectDB.sch,
|
|
ProtectDB.h,
|
|
ProtectDB.cpp,
|
|
ProtectServer.h,
|
|
ProtectServer.cpp;
|
|
|