blob: 62fe34d9a3f26ed863c0e4856944240551ee72fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
%%WWWDIR%%/_compile.php
%%WWWDIR%%/_coverage.php
%%WWWDIR%%/_lang.php
%%WWWDIR%%/abstraction.inc.php
%%WWWDIR%%/auth.inc.php
%%WWWDIR%%/call.inc.php
%%WWWDIR%%/connect.inc.php
%%WWWDIR%%/create.inc.php
%%WWWDIR%%/createv.inc.php
%%WWWDIR%%/database.inc.php
%%WWWDIR%%/design.inc.php
%%WWWDIR%%/download.inc.php
%%WWWDIR%%/dump.inc.php
%%WWWDIR%%/edit.inc.php
%%WWWDIR%%/editing.inc.php
%%WWWDIR%%/event.inc.php
%%WWWDIR%%/export.inc.php
%%WWWDIR%%/foreign.inc.php
%%WWWDIR%%/functions.inc.php
%%WWWDIR%%/index.php
%%WWWDIR%%/indexes.inc.php
%%WWWDIR%%/lang.inc.php
%%WWWDIR%%/privileges.inc.php
%%WWWDIR%%/procedure.inc.php
%%WWWDIR%%/processlist.inc.php
%%WWWDIR%%/schema.inc.php
%%WWWDIR%%/select.inc.php
%%WWWDIR%%/sql.inc.php
%%WWWDIR%%/table.inc.php
%%WWWDIR%%/todo.txt
%%WWWDIR%%/trigger.inc.php
%%WWWDIR%%/user.inc.php
%%WWWDIR%%/view.inc.php
%%WWWDIR%%/arrow.gif
%%WWWDIR%%/default.css
%%WWWDIR%%/down.gif
%%WWWDIR%%/favicon.ico
%%WWWDIR%%/minus.gif
%%WWWDIR%%/plus.gif
%%WWWDIR%%/up.gif
%%WWWDIR%%/lang/cs.inc.php
%%WWWDIR%%/lang/de.inc.php
%%WWWDIR%%/lang/en.inc.php
%%WWWDIR%%/lang/es.inc.php
%%WWWDIR%%/lang/et.inc.php
%%WWWDIR%%/lang/it.inc.php
%%WWWDIR%%/lang/fr.inc.php
%%WWWDIR%%/lang/nl.inc.php
%%WWWDIR%%/lang/sk.inc.php
%%WWWDIR%%/lang/zh.inc.php
%%WWWDIR%%/tests/0-login.html
%%WWWDIR%%/tests/1-create-database.html
%%WWWDIR%%/tests/10-clone.html
%%WWWDIR%%/tests/11-reference.html
%%WWWDIR%%/tests/12-update.html
%%WWWDIR%%/tests/13-delete.html
%%WWWDIR%%/tests/14-truncate.html
%%WWWDIR%%/tests/15-privileges.html
%%WWWDIR%%/tests/16-processlist.html
%%WWWDIR%%/tests/17-export.html
%%WWWDIR%%/tests/18-events.html
%%WWWDIR%%/tests/19-procedures.html
%%WWWDIR%%/tests/2-create-table.html
%%WWWDIR%%/tests/3-create-index.html
%%WWWDIR%%/tests/4-create-table-2.html
%%WWWDIR%%/tests/5-foreign-key.html
%%WWWDIR%%/tests/6-alter-table.html
%%WWWDIR%%/tests/7-create-trigger.html
%%WWWDIR%%/tests/8-create-view.html
%%WWWDIR%%/tests/9-insert.html
%%WWWDIR%%/tests/logout.html
%%WWWDIR%%/tests/selenium.html
@dirrm %%WWWDIR%%/lang
@dirrm %%WWWDIR%%/tests
@dirrm %%WWWDIR%%
|