blob: 15cfe5425b1c5f55263abd2d77e282786a2841f8 (
plain)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
|
%%IPPLANDIR%%/CHANGELOG
%%IPPLANDIR%%/CONTRIBUTORS
%%IPPLANDIR%%/INSTALL
%%IPPLANDIR%%/INSTALL-IIS+MSSQL
%%IPPLANDIR%%/INSTALL-ORACLE9i
%%IPPLANDIR%%/INSTALL-POSTGRESQL
%%IPPLANDIR%%/INSTALL-WINDOWS
%%IPPLANDIR%%/INTERNALS
%%IPPLANDIR%%/IPplan.jpg
%%IPPLANDIR%%/LICENSE
%%IPPLANDIR%%/PORTERS
%%IPPLANDIR%%/README
%%IPPLANDIR%%/README.html
%%IPPLANDIR%%/README.sgml
%%IPPLANDIR%%/README1st-WINDOWS.txt
%%IPPLANDIR%%/TODO
%%IPPLANDIR%%/TRANSLATIONS
%%IPPLANDIR%%/TRIGGERS
%%IPPLANDIR%%/UPGRADE
%%IPPLANDIR%%/admin/changepassword.php
%%IPPLANDIR%%/admin/deletebounds.php
%%IPPLANDIR%%/admin/displayauditlog.php
%%IPPLANDIR%%/admin/displayboundsform.php
%%IPPLANDIR%%/admin/exportbase.php
%%IPPLANDIR%%/admin/exportbaseform.php
%%IPPLANDIR%%/admin/exportip.php
%%IPPLANDIR%%/admin/exportipform.php
%%IPPLANDIR%%/admin/importbase.php
%%IPPLANDIR%%/admin/importbaseform.php
%%IPPLANDIR%%/admin/importip.php
%%IPPLANDIR%%/admin/importipform.php
%%IPPLANDIR%%/admin/install.php
%%IPPLANDIR%%/admin/maintenance.php
%%IPPLANDIR%%/admin/schemacreate.php
%%IPPLANDIR%%/admin/usermanager.php
%%IPPLANDIR%%/adodb/adodb-csvlib.inc.php
%%IPPLANDIR%%/adodb/adodb-datadict.inc.php
%%IPPLANDIR%%/adodb/adodb-error.inc.php
%%IPPLANDIR%%/adodb/adodb-errorhandler.inc.php
%%IPPLANDIR%%/adodb/adodb-errorpear.inc.php
%%IPPLANDIR%%/adodb/adodb-exceptions.inc.php
%%IPPLANDIR%%/adodb/adodb-iterator.inc.php
%%IPPLANDIR%%/adodb/adodb-lib.inc.php
%%IPPLANDIR%%/adodb/adodb-pager.inc.php
%%IPPLANDIR%%/adodb/adodb-pear.inc.php
%%IPPLANDIR%%/adodb/adodb-perf.inc.php
%%IPPLANDIR%%/adodb/adodb-perf.inc.php.#.LENS-03-09-05
%%IPPLANDIR%%/adodb/adodb-php4.inc.php
%%IPPLANDIR%%/adodb/adodb-time.inc.php
%%IPPLANDIR%%/adodb/adodb-time.zip
%%IPPLANDIR%%/adodb/adodb-xmlschema.inc.php
%%IPPLANDIR%%/adodb/adodb.inc.php
%%IPPLANDIR%%/adodb/contrib/toxmlrpc.inc.php
%%IPPLANDIR%%/adodb/cute_icons_for_site/adodb.gif
%%IPPLANDIR%%/adodb/cute_icons_for_site/adodb2.gif
%%IPPLANDIR%%/adodb/datadict/datadict-access.inc.php
%%IPPLANDIR%%/adodb/datadict/datadict-db2.inc.php
%%IPPLANDIR%%/adodb/datadict/datadict-firebird.inc.php
%%IPPLANDIR%%/adodb/datadict/datadict-generic.inc.php
%%IPPLANDIR%%/adodb/datadict/datadict-ibase.inc.php
%%IPPLANDIR%%/adodb/datadict/datadict-informix.inc.php
%%IPPLANDIR%%/adodb/datadict/datadict-mssql.inc.php
%%IPPLANDIR%%/adodb/datadict/datadict-mysql.inc.php
%%IPPLANDIR%%/adodb/datadict/datadict-oci8.inc.php
%%IPPLANDIR%%/adodb/datadict/datadict-postgres.inc.php
%%IPPLANDIR%%/adodb/datadict/datadict-sapdb.inc.php
%%IPPLANDIR%%/adodb/datadict/datadict-sybase.inc.php
%%IPPLANDIR%%/adodb/docs/docs-adodb.htm
%%IPPLANDIR%%/adodb/docs/docs-datadict.htm
%%IPPLANDIR%%/adodb/docs/docs-oracle.htm
%%IPPLANDIR%%/adodb/docs/docs-perf.htm
%%IPPLANDIR%%/adodb/docs/docs-session.htm
%%IPPLANDIR%%/adodb/docs/old-changelog.htm
%%IPPLANDIR%%/adodb/docs/readme.htm
%%IPPLANDIR%%/adodb/docs/tips_portable_sql.htm
%%IPPLANDIR%%/adodb/docs/tute.htm
%%IPPLANDIR%%/adodb/drivers/adodb-access.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-ado.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-ado5.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-ado_access.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-ado_mssql.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-borland_ibase.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-csv.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-db2.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-fbsql.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-firebird.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-ibase.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-informix.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-informix72.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-ldap.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-mssql.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-mssqlpo.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-mysql.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-mysqli.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-mysqlt.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-netezza.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-oci8.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-oci805.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-oci8po.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-odbc.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-odbc_mssql.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-odbc_oracle.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-odbtp.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-odbtp_unicode.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-oracle.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-pdo.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-postgres.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-postgres64.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-postgres7.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-proxy.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-sapdb.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-sqlanywhere.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-sqlite.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-sqlitepo.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-sybase.inc.php
%%IPPLANDIR%%/adodb/drivers/adodb-vfp.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-ar.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-bg.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-bgutf8.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-ca.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-cn.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-cz.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-de.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-en.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-es.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-fr.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-hu.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-it.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-nl.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-pl.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-pt-br.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-ro.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-ru1251.inc.php
%%IPPLANDIR%%/adodb/lang/adodb-sv.inc.php
%%IPPLANDIR%%/adodb/license.txt
%%IPPLANDIR%%/adodb/pear/Auth/Container/ADOdb.php
%%IPPLANDIR%%/adodb/pear/readme.Auth.txt
%%IPPLANDIR%%/adodb/perf/perf-db2.inc.php
%%IPPLANDIR%%/adodb/perf/perf-informix.inc.php
%%IPPLANDIR%%/adodb/perf/perf-mssql.inc.php
%%IPPLANDIR%%/adodb/perf/perf-mysql.inc.php
%%IPPLANDIR%%/adodb/perf/perf-oci8.inc.php
%%IPPLANDIR%%/adodb/perf/perf-postgres.inc.php
%%IPPLANDIR%%/adodb/pivottable.inc.php
%%IPPLANDIR%%/adodb/readme.txt
%%IPPLANDIR%%/adodb/rsfilter.inc.php
%%IPPLANDIR%%/adodb/server.php
%%IPPLANDIR%%/adodb/session/adodb-compress-bzip2.php
%%IPPLANDIR%%/adodb/session/adodb-compress-gzip.php
%%IPPLANDIR%%/adodb/session/adodb-cryptsession.php
%%IPPLANDIR%%/adodb/session/adodb-encrypt-mcrypt.php
%%IPPLANDIR%%/adodb/session/adodb-encrypt-md5.php
%%IPPLANDIR%%/adodb/session/adodb-encrypt-secret.php
%%IPPLANDIR%%/adodb/session/adodb-sess.txt
%%IPPLANDIR%%/adodb/session/adodb-session-clob.php
%%IPPLANDIR%%/adodb/session/adodb-session.php
%%IPPLANDIR%%/adodb/session/adodb-sessions.mysql.sql
%%IPPLANDIR%%/adodb/session/adodb-sessions.oracle.clob.sql
%%IPPLANDIR%%/adodb/session/adodb-sessions.oracle.sql
%%IPPLANDIR%%/adodb/session/crypt.inc.php
%%IPPLANDIR%%/adodb/session/old/adodb-cryptsession.php
%%IPPLANDIR%%/adodb/session/old/adodb-session-clob.php
%%IPPLANDIR%%/adodb/session/old/adodb-session.php
%%IPPLANDIR%%/adodb/session/old/crypt.inc.php
%%IPPLANDIR%%/adodb/tests/benchmark.php
%%IPPLANDIR%%/adodb/tests/client.php
%%IPPLANDIR%%/adodb/tests/pdo.php
%%IPPLANDIR%%/adodb/tests/test-datadict.php
%%IPPLANDIR%%/adodb/tests/test-perf.php
%%IPPLANDIR%%/adodb/tests/test-pgblob.php
%%IPPLANDIR%%/adodb/tests/test-php5.php
%%IPPLANDIR%%/adodb/tests/test-xmlschema.php
%%IPPLANDIR%%/adodb/tests/test.php
%%IPPLANDIR%%/adodb/tests/test2.php
%%IPPLANDIR%%/adodb/tests/test3.php
%%IPPLANDIR%%/adodb/tests/test4.php
%%IPPLANDIR%%/adodb/tests/test5.php
%%IPPLANDIR%%/adodb/tests/test_rs_array.php
%%IPPLANDIR%%/adodb/tests/testcache.php
%%IPPLANDIR%%/adodb/tests/testdatabases.inc.php
%%IPPLANDIR%%/adodb/tests/testgenid.php
%%IPPLANDIR%%/adodb/tests/testmssql.php
%%IPPLANDIR%%/adodb/tests/testoci8.php
%%IPPLANDIR%%/adodb/tests/testoci8cursor.php
%%IPPLANDIR%%/adodb/tests/testpaging.php
%%IPPLANDIR%%/adodb/tests/testpear.php
%%IPPLANDIR%%/adodb/tests/testsessions.php
%%IPPLANDIR%%/adodb/tests/time.php
%%IPPLANDIR%%/adodb/tests/tmssql.php
%%IPPLANDIR%%/adodb/tests/xmlschema.xml
%%IPPLANDIR%%/adodb/toexport.inc.php
%%IPPLANDIR%%/adodb/tohtml.inc.php
%%IPPLANDIR%%/adodb/xmlschema.dtd
%%IPPLANDIR%%/adodb/xsl/convert-0.1-0.2.xsl
%%IPPLANDIR%%/adodb/xsl/convert-0.2-0.1.xsl
%%IPPLANDIR%%/adodb/xsl/remove-0.2.xsl
%%IPPLANDIR%%/auth.php
%%IPPLANDIR%%/class.dbflib.php
%%IPPLANDIR%%/class.dnslib.php
%%IPPLANDIR%%/class.phpmailer.php
%%IPPLANDIR%%/class.smtp.php
%%IPPLANDIR%%/class.templib.php
%%IPPLANDIR%%/class.xptlib.php
%%IPPLANDIR%%/config.php
%%IPPLANDIR%%/config.php.sample
%%IPPLANDIR%%/contrib/bind9_revzone.xsl
%%IPPLANDIR%%/contrib/bind9_zone.dtd
%%IPPLANDIR%%/contrib/bind9_zone.xsl
%%IPPLANDIR%%/contrib/bind9_zone.xsl.rej
%%IPPLANDIR%%/contrib/create-test-users.sh
%%IPPLANDIR%%/contrib/dumproute.sh
%%IPPLANDIR%%/contrib/dumproute.txt
%%IPPLANDIR%%/contrib/ipplan-poller.php
%%IPPLANDIR%%/contrib/ipplan2pc.README
%%IPPLANDIR%%/contrib/ipplan2pc.xsl
%%IPPLANDIR%%/contrib/isc_dhcp1.xsl
%%IPPLANDIR%%/contrib/isc_dhcp2.xsl
%%IPPLANDIR%%/contrib/process-exports.pl
%%IPPLANDIR%%/contrib/process-exports.pl.rej
%%IPPLANDIR%%/contrib/process-exports.txt
%%IPPLANDIR%%/contrib/qipImport-public.README
%%IPPLANDIR%%/contrib/qipImport-public.pl
%%IPPLANDIR%%/cookies.js
%%IPPLANDIR%%/docu.css
%%IPPLANDIR%%/gpl.html
%%IPPLANDIR%%/images/square_green.jpg
%%IPPLANDIR%%/images/square_orange.jpg
%%IPPLANDIR%%/images/square_red.jpg
%%IPPLANDIR%%/index.php
%%IPPLANDIR%%/ipplanlib.js
%%IPPLANDIR%%/ipplanlib.php
%%IPPLANDIR%%/layout/class.layout
%%IPPLANDIR%%/layout/layoutman.html
%%IPPLANDIR%%/license.php
%%IPPLANDIR%%/locale/bg/LC_MESSAGES/messages.mo
%%IPPLANDIR%%/locale/bg/LC_MESSAGES/messages.po
%%IPPLANDIR%%/locale/de/LC_MESSAGES/messages.mo
%%IPPLANDIR%%/locale/de/LC_MESSAGES/messages.po
%%IPPLANDIR%%/locale/es/LC_MESSAGES/messages.mo
%%IPPLANDIR%%/locale/es/LC_MESSAGES/messages.po
%%IPPLANDIR%%/locale/fr/LC_MESSAGES/messages.mo
%%IPPLANDIR%%/locale/fr/LC_MESSAGES/messages.po
%%IPPLANDIR%%/locale/it/LC_MESSAGES/messages.mo
%%IPPLANDIR%%/locale/it/LC_MESSAGES/messages.po
%%IPPLANDIR%%/locale/ja_JP/LC_MESSAGES/messages.mo
%%IPPLANDIR%%/locale/ja_JP/LC_MESSAGES/messages.po
%%IPPLANDIR%%/locale/no/LC_MESSAGES/messages.mo
%%IPPLANDIR%%/locale/no/LC_MESSAGES/messages.po
%%IPPLANDIR%%/locale/pt/LC_MESSAGES/messages.mo
%%IPPLANDIR%%/locale/pt/LC_MESSAGES/messages.po
%%IPPLANDIR%%/locale/pt_BR/LC_MESSAGES/messages.mo
%%IPPLANDIR%%/locale/pt_BR/LC_MESSAGES/messages.po
%%IPPLANDIR%%/locale/ru/LC_MESSAGES/messages.mo
%%IPPLANDIR%%/locale/ru/LC_MESSAGES/messages.po
%%IPPLANDIR%%/menudefs.php
%%IPPLANDIR%%/menus/ACKNOWLEDGEMENTS
%%IPPLANDIR%%/menus/CHANGELOG
%%IPPLANDIR%%/menus/CHANGE_TEMPLATE_CLASS_NAME.sh
%%IPPLANDIR%%/menus/COPYING
%%IPPLANDIR%%/menus/DUMPS/mysql.demo_data.dump
%%IPPLANDIR%%/menus/DUMPS/mysql.start.dump
%%IPPLANDIR%%/menus/DUMPS/pgsql.demo_data.dump
%%IPPLANDIR%%/menus/DUMPS/pgsql.start.dump
%%IPPLANDIR%%/menus/DUMPS/phplayersmenu
%%IPPLANDIR%%/menus/DUMPS/sqlite.demo_data.dump
%%IPPLANDIR%%/menus/DUMPS/sqlite.demo_data.dump.php5
%%IPPLANDIR%%/menus/DUMPS/sqlite.start.dump
%%IPPLANDIR%%/menus/DUMPS/sqlite.start.dump.php5
%%IPPLANDIR%%/menus/LICENSE
%%IPPLANDIR%%/menus/LOGOS/README
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm.png
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm_b01.png
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm_b02.png
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm_b03.png
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm_b04.png
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm_l01.png
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm_l02.png
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm_l03.png
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm_l04.png
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm_y01.png
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm_y02.png
%%IPPLANDIR%%/menus/LOGOS/powered_by_phplm_y04.png
%%IPPLANDIR%%/menus/LOGOS/shortcut_icon_phplm.png
%%IPPLANDIR%%/menus/LOGOS/shortcut_icon_phplm_01.png
%%IPPLANDIR%%/menus/LOGOS/shortcut_icon_phplm_02.png
%%IPPLANDIR%%/menus/LOGOS/shortcut_icon_phplm_03.png
%%IPPLANDIR%%/menus/LOGOS/shortcut_icon_phplm_04.png
%%IPPLANDIR%%/menus/PATCHES/FIXEDMENU/README
%%IPPLANDIR%%/menus/PATCHES/FIXEDMENU/fixedmenu.patch
%%IPPLANDIR%%/menus/PATCHES/ICONS_I18N/README
%%IPPLANDIR%%/menus/PATCHES/ICONS_I18N/icons_i18n.patch
%%IPPLANDIR%%/menus/PATCHES/ONCLICK/README
%%IPPLANDIR%%/menus/PATCHES/ONCLICK/onclick-simple.patch
%%IPPLANDIR%%/menus/PATCHES/ONCLICK/onclick.patch
%%IPPLANDIR%%/menus/PATCHES/README
%%IPPLANDIR%%/menus/README.PHPDOC
%%IPPLANDIR%%/menus/README.ihtml
%%IPPLANDIR%%/menus/THEMES/galeon-theme.tar.gz
%%IPPLANDIR%%/menus/THEMES/gmc-theme.tar.gz
%%IPPLANDIR%%/menus/THEMES/kde-theme.tar.gz
%%IPPLANDIR%%/menus/THEMES/mozilla-theme.tar.gz
%%IPPLANDIR%%/menus/THEMES/nautilus-gnome-theme.tar.gz
%%IPPLANDIR%%/menus/TODO
%%IPPLANDIR%%/menus/demo.php
%%IPPLANDIR%%/menus/demo.php.html
%%IPPLANDIR%%/menus/demo.phps
%%IPPLANDIR%%/menus/example-db-hormenu.php
%%IPPLANDIR%%/menus/example-db-treemenu.notshown.php
%%IPPLANDIR%%/menus/example-db-treemenu.php
%%IPPLANDIR%%/menus/example-dbtofile.php
%%IPPLANDIR%%/menus/example-filetodb.php
%%IPPLANDIR%%/menus/example-frame-body.php
%%IPPLANDIR%%/menus/example-frame-treemenu.php
%%IPPLANDIR%%/menus/example-frame.html
%%IPPLANDIR%%/menus/example-hormenu-old.php
%%IPPLANDIR%%/menus/example-hormenu.php
%%IPPLANDIR%%/menus/example-hormenu_and_treemenu.php
%%IPPLANDIR%%/menus/example-hormenu_and_vermenu.php
%%IPPLANDIR%%/menus/example-horplainmenu.php
%%IPPLANDIR%%/menus/example-layersmenus_and_treemenus.php
%%IPPLANDIR%%/menus/example-phptreemenu.php
%%IPPLANDIR%%/menus/example-see-through.php
%%IPPLANDIR%%/menus/example-treemenu.php
%%IPPLANDIR%%/menus/example-two_treemenus.php
%%IPPLANDIR%%/menus/example-vermenu.php
%%IPPLANDIR%%/menus/example-verplainmenu.php
%%IPPLANDIR%%/menus/examples-frame.html
%%IPPLANDIR%%/menus/examples-leftbar.html
%%IPPLANDIR%%/menus/images/valid-xhtml10.png
%%IPPLANDIR%%/menus/images/vcss.png
%%IPPLANDIR%%/menus/index.php
%%IPPLANDIR%%/menus/layersmenu-demo.css
%%IPPLANDIR%%/menus/layersmenu-galaxy.css
%%IPPLANDIR%%/menus/layersmenu-gtk2.css
%%IPPLANDIR%%/menus/layersmenu-horizontal-1.txt
%%IPPLANDIR%%/menus/layersmenu-horizontal-2.txt
%%IPPLANDIR%%/menus/layersmenu-index.css
%%IPPLANDIR%%/menus/layersmenu-index.txt
%%IPPLANDIR%%/menus/layersmenu-keramik.css
%%IPPLANDIR%%/menus/layersmenu-old.css
%%IPPLANDIR%%/menus/layersmenu-vertical-1.txt
%%IPPLANDIR%%/menus/layersmenu-vertical-2.txt
%%IPPLANDIR%%/menus/layerstreemenu-hidden.css
%%IPPLANDIR%%/menus/layerstreemenu.css
%%IPPLANDIR%%/menus/lib/PHPLIB.php
%%IPPLANDIR%%/menus/lib/layersmenu-browser_detection.php
%%IPPLANDIR%%/menus/lib/layersmenu-common.inc.php
%%IPPLANDIR%%/menus/lib/layersmenu-process.inc.php
%%IPPLANDIR%%/menus/lib/layersmenu.inc.php
%%IPPLANDIR%%/menus/lib/phptreemenu.inc.php
%%IPPLANDIR%%/menus/lib/plainmenu.inc.php
%%IPPLANDIR%%/menus/lib/treemenu.inc.php
%%IPPLANDIR%%/menus/libjs/layersmenu-browser_detection.js
%%IPPLANDIR%%/menus/libjs/layersmenu-footer.ijs
%%IPPLANDIR%%/menus/libjs/layersmenu-header.ijs
%%IPPLANDIR%%/menus/libjs/layersmenu-library.js
%%IPPLANDIR%%/menus/libjs/layersmenu-see-through.js
%%IPPLANDIR%%/menus/libjs/layersmenu.js
%%IPPLANDIR%%/menus/libjs/layerstreemenu-cookies.js
%%IPPLANDIR%%/menus/libjs/layerstreemenu.ijs
%%IPPLANDIR%%/menus/menuicons/bug-small.png
%%IPPLANDIR%%/menus/menuicons/debian-icon-mini.png
%%IPPLANDIR%%/menus/menuicons/desktop.png
%%IPPLANDIR%%/menus/menuicons/downloadManager16.png
%%IPPLANDIR%%/menus/menuicons/email.png
%%IPPLANDIR%%/menus/menuicons/epiphany-16.png
%%IPPLANDIR%%/menus/menuicons/freshmeat.net_favicon.png
%%IPPLANDIR%%/menus/menuicons/gnome-starthere-mini.png
%%IPPLANDIR%%/menus/menuicons/kfm_home.png
%%IPPLANDIR%%/menus/menuicons/misc_doc.png
%%IPPLANDIR%%/menus/menuicons/mozilla.org_images_mozilla-16.png
%%IPPLANDIR%%/menus/menuicons/netscape-icon-mini.png
%%IPPLANDIR%%/menus/menuicons/office_suites.png
%%IPPLANDIR%%/menus/menuicons/ooo-icon-mini.png
%%IPPLANDIR%%/menus/menuicons/pan-icon-mini.png
%%IPPLANDIR%%/menus/menuicons/php-bugs-icon-mini.png
%%IPPLANDIR%%/menus/menuicons/phplib-logo-mini.png
%%IPPLANDIR%%/menus/menuicons/quanta.png
%%IPPLANDIR%%/menus/menuicons/shortcut_icon_phplm.png
%%IPPLANDIR%%/menus/menuicons/sitebar_root_transparent.png
%%IPPLANDIR%%/menus/menuicons/sourceforge.net_images_favicon.png
%%IPPLANDIR%%/menus/menuicons/tgz.png
%%IPPLANDIR%%/menus/menuicons/www.gimp.org_icons_wilber16.png
%%IPPLANDIR%%/menus/menuicons/www.gnome.org_images_gnome-16.png
%%IPPLANDIR%%/menus/menuicons/www.kde.org_favicon.png
%%IPPLANDIR%%/menus/menuicons/www.kernel.org_images_tux16-16.png
%%IPPLANDIR%%/menus/menuicons/www.mysql.com_favicon.png
%%IPPLANDIR%%/menus/menuicons/www.php.net_favicon.png
%%IPPLANDIR%%/menus/menuicons/www.ximian.com_favicon.png
%%IPPLANDIR%%/menus/menuimages/down-arrow.png
%%IPPLANDIR%%/menus/menuimages/down-galaxy.png
%%IPPLANDIR%%/menus/menuimages/down-gnome.png
%%IPPLANDIR%%/menus/menuimages/down-gtk2.png
%%IPPLANDIR%%/menus/menuimages/down-keramik.png
%%IPPLANDIR%%/menus/menuimages/down-nautilus.png
%%IPPLANDIR%%/menus/menuimages/forward-arrow.png
%%IPPLANDIR%%/menus/menuimages/forward-galaxy.png
%%IPPLANDIR%%/menus/menuimages/forward-gnome.png
%%IPPLANDIR%%/menus/menuimages/forward-gtk2.png
%%IPPLANDIR%%/menus/menuimages/forward-keramik.png
%%IPPLANDIR%%/menus/menuimages/forward-nautilus.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_collapse.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_collapse_corner.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_collapse_corner_first.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_collapse_first.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_corner.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_expand.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_expand_corner.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_expand_corner_first.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_expand_first.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_folder_closed.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_folder_open.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_leaf.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_space.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_split.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_split_first.png
%%IPPLANDIR%%/menus/menuimages/kde_tree_vertline.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_collapse.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_collapse_corner.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_collapse_corner_first.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_collapse_first.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_corner.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_expand.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_expand_corner.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_expand_corner_first.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_expand_first.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_folder_closed.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_folder_open.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_leaf.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_space.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_split.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_split_first.png
%%IPPLANDIR%%/menus/menuimages/nautilus_tree_vertline.png
%%IPPLANDIR%%/menus/menuimages/transparent.png
%%IPPLANDIR%%/menus/menuimages/tree_collapse.png
%%IPPLANDIR%%/menus/menuimages/tree_collapse_corner.png
%%IPPLANDIR%%/menus/menuimages/tree_collapse_corner_first.png
%%IPPLANDIR%%/menus/menuimages/tree_collapse_first.png
%%IPPLANDIR%%/menus/menuimages/tree_corner.png
%%IPPLANDIR%%/menus/menuimages/tree_expand.png
%%IPPLANDIR%%/menus/menuimages/tree_expand_corner.png
%%IPPLANDIR%%/menus/menuimages/tree_expand_corner_first.png
%%IPPLANDIR%%/menus/menuimages/tree_expand_first.png
%%IPPLANDIR%%/menus/menuimages/tree_folder_closed.png
%%IPPLANDIR%%/menus/menuimages/tree_folder_open.png
%%IPPLANDIR%%/menus/menuimages/tree_leaf.png
%%IPPLANDIR%%/menus/menuimages/tree_space.png
%%IPPLANDIR%%/menus/menuimages/tree_split.png
%%IPPLANDIR%%/menus/menuimages/tree_split_first.png
%%IPPLANDIR%%/menus/menuimages/tree_vertline.png
%%IPPLANDIR%%/menus/templates/layersmenu-horizontal_menu-full.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-horizontal_menu-keramik-full.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-horizontal_menu-keramik.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-horizontal_menu-old.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-horizontal_menu.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-horizontal_plain_menu-red.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-horizontal_plain_menu.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-plain_menu-green.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-plain_menu.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-sub_menu-galaxy.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-sub_menu-keramik.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-sub_menu-old.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-sub_menu.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-vertical_menu-galaxy.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-vertical_menu-old.ihtml
%%IPPLANDIR%%/menus/templates/layersmenu-vertical_menu.ihtml
%%IPPLANDIR%%/messages.po
%%IPPLANDIR%%/phpmailer.lang-en.php
%%IPPLANDIR%%/phpserializer.js
%%IPPLANDIR%%/schema.php
%%IPPLANDIR%%/templates/display/basetemplate-dhcp.xml
%%IPPLANDIR%%/templates/display/basetemplate.xml
%%IPPLANDIR%%/templates/display/basetemplate.xml.dhcp
%%IPPLANDIR%%/templates/display/custtemplate-ripe.xml
%%IPPLANDIR%%/templates/display/custtemplate.xml
%%IPPLANDIR%%/templates/display/fwdzonetemplate.xml
%%IPPLANDIR%%/templates/display/iptemplate.xml
%%IPPLANDIR%%/templates/display/iptemplate.xml.sample
%%IPPLANDIR%%/templates/ripe_assign-simple-1.0.xsl
%%IPPLANDIR%%/templates/ripe_person_simple-1.0.xsl
%%IPPLANDIR%%/templates/swip_reassign-simple-modify3.0.xsl
%%IPPLANDIR%%/templates/swip_reassign-simple-new3.0.xsl
%%IPPLANDIR%%/templates/swip_reassign-simple-remove3.0.xsl
%%IPPLANDIR%%/templates/swip_wdb1.4_delete.xsl
%%IPPLANDIR%%/templates/swip_wdb1.4_modify.xsl
%%IPPLANDIR%%/templates/swip_wdb1.4_new.xsl
%%IPPLANDIR%%/themes/default-safari.css
%%IPPLANDIR%%/themes/default.css
%%IPPLANDIR%%/themes/img_red_grey/head-bg.png
%%IPPLANDIR%%/themes/img_red_grey/page-bg.png
%%IPPLANDIR%%/themes/pastel.css
%%IPPLANDIR%%/themes/penguin.css
%%IPPLANDIR%%/themes/red_grey.css
%%IPPLANDIR%%/user/Net/DNS.php
%%IPPLANDIR%%/user/Net/DNS/Header.php
%%IPPLANDIR%%/user/Net/DNS/Packet.php
%%IPPLANDIR%%/user/Net/DNS/Question.php
%%IPPLANDIR%%/user/Net/DNS/RR.php
%%IPPLANDIR%%/user/Net/DNS/RR/A.php
%%IPPLANDIR%%/user/Net/DNS/RR/AAAA.php
%%IPPLANDIR%%/user/Net/DNS/RR/AFSDB.php
%%IPPLANDIR%%/user/Net/DNS/RR/CNAME.php
%%IPPLANDIR%%/user/Net/DNS/RR/HINFO.php
%%IPPLANDIR%%/user/Net/DNS/RR/MX.php
%%IPPLANDIR%%/user/Net/DNS/RR/NAPTR.php
%%IPPLANDIR%%/user/Net/DNS/RR/NS.php
%%IPPLANDIR%%/user/Net/DNS/RR/PTR.php
%%IPPLANDIR%%/user/Net/DNS/RR/SOA.php
%%IPPLANDIR%%/user/Net/DNS/RR/SRV.php
%%IPPLANDIR%%/user/Net/DNS/RR/TSIG.php
%%IPPLANDIR%%/user/Net/DNS/RR/TXT.php
%%IPPLANDIR%%/user/Net/DNS/Resolver.php
%%IPPLANDIR%%/user/changesettings.php
%%IPPLANDIR%%/user/createarea.php
%%IPPLANDIR%%/user/createrange.php
%%IPPLANDIR%%/user/createsubnet.php
%%IPPLANDIR%%/user/createsubnetform.php
%%IPPLANDIR%%/user/deletearea.php
%%IPPLANDIR%%/user/deletecustomer.php
%%IPPLANDIR%%/user/deleterange.php
%%IPPLANDIR%%/user/displaybase.php
%%IPPLANDIR%%/user/displaybaseform.php
%%IPPLANDIR%%/user/displaycustomerform.php
%%IPPLANDIR%%/user/displayoverlap.php
%%IPPLANDIR%%/user/displayoverlapform.php
%%IPPLANDIR%%/user/displayrouter.php
%%IPPLANDIR%%/user/displayrouterform.php
%%IPPLANDIR%%/user/displaysubnet.php
%%IPPLANDIR%%/user/displayswip.php
%%IPPLANDIR%%/user/displayswipform.php
%%IPPLANDIR%%/user/dns.php
%%IPPLANDIR%%/user/emailswip.php
%%IPPLANDIR%%/user/exportdhcp.php
%%IPPLANDIR%%/user/exportview.php
%%IPPLANDIR%%/user/findfree.php
%%IPPLANDIR%%/user/findfreeform.php
%%IPPLANDIR%%/user/logout.php
%%IPPLANDIR%%/user/modifyarearange.php
%%IPPLANDIR%%/user/modifyarearangeform.php
%%IPPLANDIR%%/user/modifybase.php
%%IPPLANDIR%%/user/modifybaseform.php
%%IPPLANDIR%%/user/modifycustomer.php
%%IPPLANDIR%%/user/modifydns.php
%%IPPLANDIR%%/user/modifydnsform.php
%%IPPLANDIR%%/user/modifydnsrecord.php
%%IPPLANDIR%%/user/modifydnsrecordform.php
%%IPPLANDIR%%/user/modifyipform.php
%%IPPLANDIR%%/user/modifyipformmul.php
%%IPPLANDIR%%/user/modifysubnet.php
%%IPPLANDIR%%/user/modifyzone.php
%%IPPLANDIR%%/user/modifyzoneform.php
%%IPPLANDIR%%/user/ping.php
%%IPPLANDIR%%/user/requestip.php
%%IPPLANDIR%%/user/searchall.php
%%IPPLANDIR%%/user/searchallform.php
%%IPPLANDIR%%/user/swiplib.php
%%IPPLANDIR%%/user/traceroute.php
%%IPPLANDIR%%/user/treeview.php
%%IPPLANDIR%%/user/whois.php
%%IPPLANDIR%%/xmllib.php
@dirrm %%IPPLANDIR%%/user/Net/DNS/RR
@dirrm %%IPPLANDIR%%/user/Net/DNS
@dirrm %%IPPLANDIR%%/user/Net
@dirrm %%IPPLANDIR%%/user
@dirrm %%IPPLANDIR%%/themes/img_red_grey
@dirrm %%IPPLANDIR%%/themes
@dirrm %%IPPLANDIR%%/templates/display
@dirrm %%IPPLANDIR%%/templates
@dirrm %%IPPLANDIR%%/menus/templates
@dirrm %%IPPLANDIR%%/menus/menuimages
@dirrm %%IPPLANDIR%%/menus/menuicons
@dirrm %%IPPLANDIR%%/menus/libjs
@dirrm %%IPPLANDIR%%/menus/lib
@dirrm %%IPPLANDIR%%/menus/images
@dirrm %%IPPLANDIR%%/menus/THEMES
@dirrm %%IPPLANDIR%%/menus/PATCHES/ONCLICK
@dirrm %%IPPLANDIR%%/menus/PATCHES/ICONS_I18N
@dirrm %%IPPLANDIR%%/menus/PATCHES/FIXEDMENU
@dirrm %%IPPLANDIR%%/menus/PATCHES
@dirrm %%IPPLANDIR%%/menus/LOGOS
@dirrm %%IPPLANDIR%%/menus/DUMPS
@dirrm %%IPPLANDIR%%/menus
@dirrm %%IPPLANDIR%%/locale/ru/LC_MESSAGES
@dirrm %%IPPLANDIR%%/locale/ru
@dirrm %%IPPLANDIR%%/locale/pt_BR/LC_MESSAGES
@dirrm %%IPPLANDIR%%/locale/pt_BR
@dirrm %%IPPLANDIR%%/locale/pt/LC_MESSAGES
@dirrm %%IPPLANDIR%%/locale/pt
@dirrm %%IPPLANDIR%%/locale/no/LC_MESSAGES
@dirrm %%IPPLANDIR%%/locale/no
@dirrm %%IPPLANDIR%%/locale/ja_JP/LC_MESSAGES
@dirrm %%IPPLANDIR%%/locale/ja_JP
@dirrm %%IPPLANDIR%%/locale/it/LC_MESSAGES
@dirrm %%IPPLANDIR%%/locale/it
@dirrm %%IPPLANDIR%%/locale/fr/LC_MESSAGES
@dirrm %%IPPLANDIR%%/locale/fr
@dirrm %%IPPLANDIR%%/locale/es/LC_MESSAGES
@dirrm %%IPPLANDIR%%/locale/es
@dirrm %%IPPLANDIR%%/locale/de/LC_MESSAGES
@dirrm %%IPPLANDIR%%/locale/de
@dirrm %%IPPLANDIR%%/locale/bg/LC_MESSAGES
@dirrm %%IPPLANDIR%%/locale/bg
@dirrm %%IPPLANDIR%%/locale
@dirrm %%IPPLANDIR%%/layout
@dirrm %%IPPLANDIR%%/images
@dirrm %%IPPLANDIR%%/contrib
@dirrm %%IPPLANDIR%%/adodb/xsl
@dirrm %%IPPLANDIR%%/adodb/tests
@dirrm %%IPPLANDIR%%/adodb/session/old
@dirrm %%IPPLANDIR%%/adodb/session
@dirrm %%IPPLANDIR%%/adodb/perf
@dirrm %%IPPLANDIR%%/adodb/pear/Auth/Container
@dirrm %%IPPLANDIR%%/adodb/pear/Auth
@dirrm %%IPPLANDIR%%/adodb/pear
@dirrm %%IPPLANDIR%%/adodb/lang
@dirrm %%IPPLANDIR%%/adodb/drivers
@dirrm %%IPPLANDIR%%/adodb/docs
@dirrm %%IPPLANDIR%%/adodb/datadict
@dirrm %%IPPLANDIR%%/adodb/cute_icons_for_site
@dirrm %%IPPLANDIR%%/adodb/contrib
@dirrm %%IPPLANDIR%%/adodb
@dirrm %%IPPLANDIR%%/admin
@dirrmtry %%IPPLANDIR%%
|