aboutsummaryrefslogtreecommitdiff
path: root/www/piwigo/pkg-plist
blob: 76bde92567a34b5a15708542d991d6c4b77d1678 (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
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
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fill_history.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/translation_validated.inc.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/metadata.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/missing_keys.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/piwigo_remote.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/piwigo_upload.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pwg_rel_create.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replace_version.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/translation_analysis.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/triggers_list.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ws.htm
%%WWWDIR%%/.gitignore
%%WWWDIR%%/LICENSE.txt
%%WWWDIR%%/README.md
%%WWWDIR%%/about.php
%%WWWDIR%%/action.php
%%WWWDIR%%/admin.php
%%WWWDIR%%/admin/album.php
%%WWWDIR%%/admin/album_notification.php
%%WWWDIR%%/admin/batch_manager.php
%%WWWDIR%%/admin/batch_manager_global.php
%%WWWDIR%%/admin/batch_manager_unit.php
%%WWWDIR%%/admin/cat_list.php
%%WWWDIR%%/admin/cat_modify.php
%%WWWDIR%%/admin/cat_move.php
%%WWWDIR%%/admin/cat_options.php
%%WWWDIR%%/admin/cat_perm.php
%%WWWDIR%%/admin/comments.php
%%WWWDIR%%/admin/configuration.php
%%WWWDIR%%/admin/element_set_ranks.php
%%WWWDIR%%/admin/extend_for_templates.php
%%WWWDIR%%/admin/group_list.php
%%WWWDIR%%/admin/group_perm.php
%%WWWDIR%%/admin/help.php
%%WWWDIR%%/admin/history.php
%%WWWDIR%%/admin/include/add_core_tabs.inc.php
%%WWWDIR%%/admin/include/albums_tab.inc.php
%%WWWDIR%%/admin/include/c13y_internal.class.php
%%WWWDIR%%/admin/include/check_integrity.class.php
%%WWWDIR%%/admin/include/configuration_sizes_process.inc.php
%%WWWDIR%%/admin/include/configuration_watermark_process.inc.php
%%WWWDIR%%/admin/include/functions.php
%%WWWDIR%%/admin/include/functions_history.inc.php
%%WWWDIR%%/admin/include/functions_install.inc.php
%%WWWDIR%%/admin/include/functions_metadata.php
%%WWWDIR%%/admin/include/functions_notification_by_mail.inc.php
%%WWWDIR%%/admin/include/functions_permalinks.php
%%WWWDIR%%/admin/include/functions_plugins.inc.php
%%WWWDIR%%/admin/include/functions_upgrade.php
%%WWWDIR%%/admin/include/functions_upload.inc.php
%%WWWDIR%%/admin/include/image.class.php
%%WWWDIR%%/admin/include/index.php
%%WWWDIR%%/admin/include/languages.class.php
%%WWWDIR%%/admin/include/mysqldump.php
%%WWWDIR%%/admin/include/pclzip.lib.php
%%WWWDIR%%/admin/include/photos_add_direct_prepare.inc.php
%%WWWDIR%%/admin/include/plugins.class.php
%%WWWDIR%%/admin/include/tabsheet.class.php
%%WWWDIR%%/admin/include/themes.class.php
%%WWWDIR%%/admin/include/updates.class.php
%%WWWDIR%%/admin/index.php
%%WWWDIR%%/admin/intro.php
%%WWWDIR%%/admin/languages.php
%%WWWDIR%%/admin/languages_installed.php
%%WWWDIR%%/admin/languages_new.php
%%WWWDIR%%/admin/maintenance.php
%%WWWDIR%%/admin/menubar.php
%%WWWDIR%%/admin/notification_by_mail.php
%%WWWDIR%%/admin/permalinks.php
%%WWWDIR%%/admin/photo.php
%%WWWDIR%%/admin/photos_add.php
%%WWWDIR%%/admin/photos_add_applications.php
%%WWWDIR%%/admin/photos_add_direct.php
%%WWWDIR%%/admin/photos_add_ftp.php
%%WWWDIR%%/admin/picture_coi.php
%%WWWDIR%%/admin/picture_modify.php
%%WWWDIR%%/admin/plugin.php
%%WWWDIR%%/admin/plugins.php
%%WWWDIR%%/admin/plugins_installed.php
%%WWWDIR%%/admin/plugins_new.php
%%WWWDIR%%/admin/popuphelp.php
%%WWWDIR%%/admin/profile.php
%%WWWDIR%%/admin/rating.php
%%WWWDIR%%/admin/rating_user.php
%%WWWDIR%%/admin/site_manager.php
%%WWWDIR%%/admin/site_reader_local.php
%%WWWDIR%%/admin/site_update.php
%%WWWDIR%%/admin/stats.php
%%WWWDIR%%/admin/tags.php
%%WWWDIR%%/admin/theme.php
%%WWWDIR%%/admin/themes.php
%%WWWDIR%%/admin/themes/clear/icon/cat_move.png
%%WWWDIR%%/admin/themes/clear/icon/category_children.png
%%WWWDIR%%/admin/themes/clear/icon/category_delete.png
%%WWWDIR%%/admin/themes/clear/icon/category_edit.png
%%WWWDIR%%/admin/themes/clear/icon/category_elements.png
%%WWWDIR%%/admin/themes/clear/icon/category_jump-to.png
%%WWWDIR%%/admin/themes/clear/icon/category_permissions.png
%%WWWDIR%%/admin/themes/clear/icon/category_representant_random.png
%%WWWDIR%%/admin/themes/clear/icon/check.png
%%WWWDIR%%/admin/themes/clear/icon/delete.png
%%WWWDIR%%/admin/themes/clear/icon/edit_s.png
%%WWWDIR%%/admin/themes/clear/icon/exit.png
%%WWWDIR%%/admin/themes/clear/icon/help.png
%%WWWDIR%%/admin/themes/clear/icon/home.png
%%WWWDIR%%/admin/themes/clear/icon/index.php
%%WWWDIR%%/admin/themes/clear/icon/infos.png
%%WWWDIR%%/admin/themes/clear/icon/minus.gif
%%WWWDIR%%/admin/themes/clear/icon/next.png
%%WWWDIR%%/admin/themes/clear/icon/page_end.png
%%WWWDIR%%/admin/themes/clear/icon/page_top.png
%%WWWDIR%%/admin/themes/clear/icon/permissions.png
%%WWWDIR%%/admin/themes/clear/icon/plus.gif
%%WWWDIR%%/admin/themes/clear/icon/preferences.png
%%WWWDIR%%/admin/themes/clear/icon/prev.png
%%WWWDIR%%/admin/themes/clear/icon/remove_filter.png
%%WWWDIR%%/admin/themes/clear/icon/remove_filter_hover.png
%%WWWDIR%%/admin/themes/clear/icon/toggle_is_default_group.png
%%WWWDIR%%/admin/themes/clear/icon/uncheck.png
%%WWWDIR%%/admin/themes/clear/icon/validate_s.png
%%WWWDIR%%/admin/themes/clear/icon/virt_category.png
%%WWWDIR%%/admin/themes/clear/icon/warning.png
%%WWWDIR%%/admin/themes/clear/images/external_active.png
%%WWWDIR%%/admin/themes/clear/images/external_inactive.png
%%WWWDIR%%/admin/themes/clear/images/missing_screenshot.png
%%WWWDIR%%/admin/themes/clear/images/piwigo_logo_big.png
%%WWWDIR%%/admin/themes/clear/images/piwigo_logo_small.png
%%WWWDIR%%/admin/themes/clear/images/quickLocalSync.png
%%WWWDIR%%/admin/themes/clear/images/resizable-e.gif
%%WWWDIR%%/admin/themes/clear/images/resizable-n.gif
%%WWWDIR%%/admin/themes/clear/images/resizable-ne.gif
%%WWWDIR%%/admin/themes/clear/images/resizable-nw.gif
%%WWWDIR%%/admin/themes/clear/images/resizable-s.gif
%%WWWDIR%%/admin/themes/clear/images/resizable-se.gif
%%WWWDIR%%/admin/themes/clear/images/resizable-sw.gif
%%WWWDIR%%/admin/themes/clear/images/resizable-w.gif
%%WWWDIR%%/admin/themes/clear/images/stripe-cat.png
%%WWWDIR%%/admin/themes/clear/images/transparent.gif
%%WWWDIR%%/admin/themes/clear/index.php
%%WWWDIR%%/admin/themes/clear/mail-css.tpl
%%WWWDIR%%/admin/themes/clear/theme.css
%%WWWDIR%%/admin/themes/clear/themeconf.inc.php
%%WWWDIR%%/admin/themes/default/fontello/LICENSE.txt
%%WWWDIR%%/admin/themes/default/fontello/README.txt
%%WWWDIR%%/admin/themes/default/fontello/config.json
%%WWWDIR%%/admin/themes/default/fontello/css/animation.css
%%WWWDIR%%/admin/themes/default/fontello/css/fontello-codes.css
%%WWWDIR%%/admin/themes/default/fontello/css/fontello-embedded.css
%%WWWDIR%%/admin/themes/default/fontello/css/fontello-ie7-codes.css
%%WWWDIR%%/admin/themes/default/fontello/css/fontello-ie7.css
%%WWWDIR%%/admin/themes/default/fontello/css/fontello.css
%%WWWDIR%%/admin/themes/default/fontello/demo.html
%%WWWDIR%%/admin/themes/default/fontello/font/fontello.eot
%%WWWDIR%%/admin/themes/default/fontello/font/fontello.svg
%%WWWDIR%%/admin/themes/default/fontello/font/fontello.ttf
%%WWWDIR%%/admin/themes/default/fontello/font/fontello.woff
%%WWWDIR%%/admin/themes/default/fontello/font/fontello.woff2
%%WWWDIR%%/admin/themes/default/icon/cat_move.png
%%WWWDIR%%/admin/themes/default/icon/category_children.png
%%WWWDIR%%/admin/themes/default/icon/category_delete.png
%%WWWDIR%%/admin/themes/default/icon/category_edit.png
%%WWWDIR%%/admin/themes/default/icon/category_elements.png
%%WWWDIR%%/admin/themes/default/icon/category_jump-to.png
%%WWWDIR%%/admin/themes/default/icon/category_permissions.png
%%WWWDIR%%/admin/themes/default/icon/category_representant_random.png
%%WWWDIR%%/admin/themes/default/icon/check.png
%%WWWDIR%%/admin/themes/default/icon/delete.png
%%WWWDIR%%/admin/themes/default/icon/edit_s.png
%%WWWDIR%%/admin/themes/default/icon/errors.png
%%WWWDIR%%/admin/themes/default/icon/exit.png
%%WWWDIR%%/admin/themes/default/icon/fcbkcomplete_close.gif
%%WWWDIR%%/admin/themes/default/icon/help-min.png
%%WWWDIR%%/admin/themes/default/icon/help.png
%%WWWDIR%%/admin/themes/default/icon/home.png
%%WWWDIR%%/admin/themes/default/icon/index.php
%%WWWDIR%%/admin/themes/default/icon/infos.png
%%WWWDIR%%/admin/themes/default/icon/minus.gif
%%WWWDIR%%/admin/themes/default/icon/note.png
%%WWWDIR%%/admin/themes/default/icon/page_end.png
%%WWWDIR%%/admin/themes/default/icon/page_top.png
%%WWWDIR%%/admin/themes/default/icon/permissions.png
%%WWWDIR%%/admin/themes/default/icon/plus.gif
%%WWWDIR%%/admin/themes/default/icon/preferences.png
%%WWWDIR%%/admin/themes/default/icon/toggle_is_default_group.png
%%WWWDIR%%/admin/themes/default/icon/uncheck.png
%%WWWDIR%%/admin/themes/default/icon/validate_s.png
%%WWWDIR%%/admin/themes/default/icon/virt_category.png
%%WWWDIR%%/admin/themes/default/icon/warning.png
%%WWWDIR%%/admin/themes/default/icon/warnings.png
%%WWWDIR%%/admin/themes/default/images/ajax-loader-bar.gif
%%WWWDIR%%/admin/themes/default/images/ajax-loader.gif
%%WWWDIR%%/admin/themes/default/images/logo.png
%%WWWDIR%%/admin/themes/default/images/pbar-ani.gif
%%WWWDIR%%/admin/themes/default/images/piwigo-logo-white-letters.svg
%%WWWDIR%%/admin/themes/default/index.php
%%WWWDIR%%/admin/themes/default/js/LocalStorageCache.js
%%WWWDIR%%/admin/themes/default/js/addAlbum.js
%%WWWDIR%%/admin/themes/default/js/batchManagerGlobal.js
%%WWWDIR%%/admin/themes/default/js/common.js
%%WWWDIR%%/admin/themes/default/js/datepicker.js
%%WWWDIR%%/admin/themes/default/js/doubleSlider.js
%%WWWDIR%%/admin/themes/default/js/jquery.geoip.js
%%WWWDIR%%/admin/themes/default/print.css
%%WWWDIR%%/admin/themes/default/template/admin.tpl
%%WWWDIR%%/admin/themes/default/template/album_notification.tpl
%%WWWDIR%%/admin/themes/default/template/batch_manager_global.tpl
%%WWWDIR%%/admin/themes/default/template/batch_manager_unit.tpl
%%WWWDIR%%/admin/themes/default/template/cat_list.tpl
%%WWWDIR%%/admin/themes/default/template/cat_modify.tpl
%%WWWDIR%%/admin/themes/default/template/cat_move.tpl
%%WWWDIR%%/admin/themes/default/template/cat_options.tpl
%%WWWDIR%%/admin/themes/default/template/cat_perm.tpl
%%WWWDIR%%/admin/themes/default/template/check_integrity.tpl
%%WWWDIR%%/admin/themes/default/template/comments.tpl
%%WWWDIR%%/admin/themes/default/template/configuration_comments.tpl
%%WWWDIR%%/admin/themes/default/template/configuration_default.tpl
%%WWWDIR%%/admin/themes/default/template/configuration_display.tpl
%%WWWDIR%%/admin/themes/default/template/configuration_main.tpl
%%WWWDIR%%/admin/themes/default/template/configuration_sizes.tpl
%%WWWDIR%%/admin/themes/default/template/configuration_watermark.tpl
%%WWWDIR%%/admin/themes/default/template/double_select.tpl
%%WWWDIR%%/admin/themes/default/template/element_set_ranks.tpl
%%WWWDIR%%/admin/themes/default/template/extend_for_templates.tpl
%%WWWDIR%%/admin/themes/default/template/footer.tpl
%%WWWDIR%%/admin/themes/default/template/group_list.tpl
%%WWWDIR%%/admin/themes/default/template/group_perm.tpl
%%WWWDIR%%/admin/themes/default/template/header.tpl
%%WWWDIR%%/admin/themes/default/template/help.tpl
%%WWWDIR%%/admin/themes/default/template/history.tpl
%%WWWDIR%%/admin/themes/default/template/include/add_album.inc.tpl
%%WWWDIR%%/admin/themes/default/template/include/autosize.inc.tpl
%%WWWDIR%%/admin/themes/default/template/include/colorbox.inc.tpl
%%WWWDIR%%/admin/themes/default/template/include/datepicker.inc.tpl
%%WWWDIR%%/admin/themes/default/template/include/dbselect.inc.tpl
%%WWWDIR%%/admin/themes/default/template/include/install.inc.tpl
%%WWWDIR%%/admin/themes/default/template/include/resize.inc.tpl
%%WWWDIR%%/admin/themes/default/template/include/tag_selection.inc.tpl
%%WWWDIR%%/admin/themes/default/template/install.tpl
%%WWWDIR%%/admin/themes/default/template/intro.tpl
%%WWWDIR%%/admin/themes/default/template/languages_installed.tpl
%%WWWDIR%%/admin/themes/default/template/languages_new.tpl
%%WWWDIR%%/admin/themes/default/template/maintenance.tpl
%%WWWDIR%%/admin/themes/default/template/menubar.tpl
%%WWWDIR%%/admin/themes/default/template/navigation_bar.tpl
%%WWWDIR%%/admin/themes/default/template/notification_by_mail.tpl
%%WWWDIR%%/admin/themes/default/template/permalinks.tpl
%%WWWDIR%%/admin/themes/default/template/photos_add_applications.tpl
%%WWWDIR%%/admin/themes/default/template/photos_add_direct.tpl
%%WWWDIR%%/admin/themes/default/template/photos_add_ftp.tpl
%%WWWDIR%%/admin/themes/default/template/picture_coi.tpl
%%WWWDIR%%/admin/themes/default/template/picture_modify.tpl
%%WWWDIR%%/admin/themes/default/template/plugins_installed.tpl
%%WWWDIR%%/admin/themes/default/template/plugins_new.tpl
%%WWWDIR%%/admin/themes/default/template/popuphelp.tpl
%%WWWDIR%%/admin/themes/default/template/rating.tpl
%%WWWDIR%%/admin/themes/default/template/rating_user.tpl
%%WWWDIR%%/admin/themes/default/template/site_manager.tpl
%%WWWDIR%%/admin/themes/default/template/site_update.tpl
%%WWWDIR%%/admin/themes/default/template/stats.tpl
%%WWWDIR%%/admin/themes/default/template/tabsheet.tpl
%%WWWDIR%%/admin/themes/default/template/tags.tpl
%%WWWDIR%%/admin/themes/default/template/themes_installed.tpl
%%WWWDIR%%/admin/themes/default/template/themes_new.tpl
%%WWWDIR%%/admin/themes/default/template/updates_ext.tpl
%%WWWDIR%%/admin/themes/default/template/updates_pwg.tpl
%%WWWDIR%%/admin/themes/default/template/upgrade.tpl
%%WWWDIR%%/admin/themes/default/template/user_list.tpl
%%WWWDIR%%/admin/themes/default/template/user_perm.tpl
%%WWWDIR%%/admin/themes/default/theme.css
%%WWWDIR%%/admin/themes/default/themeconf.inc.php
%%WWWDIR%%/admin/themes/roma/icon/home.png
%%WWWDIR%%/admin/themes/roma/icon/next.png
%%WWWDIR%%/admin/themes/roma/icon/prev.png
%%WWWDIR%%/admin/themes/roma/images/active_tab.png
%%WWWDIR%%/admin/themes/roma/images/active_tab2.png
%%WWWDIR%%/admin/themes/roma/images/active_tab3.png
%%WWWDIR%%/admin/themes/roma/images/external_active.png
%%WWWDIR%%/admin/themes/roma/images/external_inactive.png
%%WWWDIR%%/admin/themes/roma/images/fillet.png
%%WWWDIR%%/admin/themes/roma/images/header_msgs-bg.gif
%%WWWDIR%%/admin/themes/roma/images/inactive_tab.png
%%WWWDIR%%/admin/themes/roma/images/inactive_tab2.png
%%WWWDIR%%/admin/themes/roma/images/inactive_tab3.png
%%WWWDIR%%/admin/themes/roma/images/menuBoxBottom_new.png
%%WWWDIR%%/admin/themes/roma/images/menuBoxTop_new.png
%%WWWDIR%%/admin/themes/roma/images/menubar-detail.png
%%WWWDIR%%/admin/themes/roma/images/menubar-top.png
%%WWWDIR%%/admin/themes/roma/images/missing_screenshot.png
%%WWWDIR%%/admin/themes/roma/images/piwigo_logo_small.png
%%WWWDIR%%/admin/themes/roma/images/quickLocalSync_hover.png
%%WWWDIR%%/admin/themes/roma/images/quickLocalSync_inactiv.png
%%WWWDIR%%/admin/themes/roma/images/resizable-e.gif
%%WWWDIR%%/admin/themes/roma/images/resizable-n.gif
%%WWWDIR%%/admin/themes/roma/images/resizable-ne.gif
%%WWWDIR%%/admin/themes/roma/images/resizable-nw.gif
%%WWWDIR%%/admin/themes/roma/images/resizable-s.gif
%%WWWDIR%%/admin/themes/roma/images/resizable-se.gif
%%WWWDIR%%/admin/themes/roma/images/resizable-sw.gif
%%WWWDIR%%/admin/themes/roma/images/resizable-w.gif
%%WWWDIR%%/admin/themes/roma/images/stripe-cat.png
%%WWWDIR%%/admin/themes/roma/images/transparent.gif
%%WWWDIR%%/admin/themes/roma/index.php
%%WWWDIR%%/admin/themes/roma/mail-css.tpl
%%WWWDIR%%/admin/themes/roma/theme.css
%%WWWDIR%%/admin/themes/roma/themeconf.inc.php
%%WWWDIR%%/admin/themes_installed.php
%%WWWDIR%%/admin/themes_new.php
%%WWWDIR%%/admin/updates.php
%%WWWDIR%%/admin/updates_ext.php
%%WWWDIR%%/admin/updates_pwg.php
%%WWWDIR%%/admin/user_list.php
%%WWWDIR%%/admin/user_list_backend.php
%%WWWDIR%%/admin/user_perm.php
%%WWWDIR%%/comments.php
%%WWWDIR%%/doc/COPYING
%%WWWDIR%%/doc/index.php
%%WWWDIR%%/feed.php
%%WWWDIR%%/galleries/index.php
%%WWWDIR%%/i.php
%%WWWDIR%%/identification.php
%%WWWDIR%%/include/Logger.class.php
%%WWWDIR%%/include/block.class.php
%%WWWDIR%%/include/cache.class.php
%%WWWDIR%%/include/calendar_base.class.php
%%WWWDIR%%/include/calendar_monthly.class.php
%%WWWDIR%%/include/calendar_weekly.class.php
%%WWWDIR%%/include/category_cats.inc.php
%%WWWDIR%%/include/category_default.inc.php
%%WWWDIR%%/include/common.inc.php
%%WWWDIR%%/include/config_default.inc.php
%%WWWDIR%%/include/constants.php
%%WWWDIR%%/include/cssmin.class.php
%%WWWDIR%%/include/dblayer/functions_mysql.inc.php
%%WWWDIR%%/include/dblayer/functions_mysqli.inc.php
%%WWWDIR%%/include/derivative.inc.php
%%WWWDIR%%/include/derivative_params.inc.php
%%WWWDIR%%/include/derivative_std_params.inc.php
%%WWWDIR%%/include/emogrifier.class.php
%%WWWDIR%%/include/feedcreator.class.php
%%WWWDIR%%/include/filter.inc.php
%%WWWDIR%%/include/functions.inc.php
%%WWWDIR%%/include/functions_calendar.inc.php
%%WWWDIR%%/include/functions_category.inc.php
%%WWWDIR%%/include/functions_comment.inc.php
%%WWWDIR%%/include/functions_cookie.inc.php
%%WWWDIR%%/include/functions_filter.inc.php
%%WWWDIR%%/include/functions_html.inc.php
%%WWWDIR%%/include/functions_mail.inc.php
%%WWWDIR%%/include/functions_metadata.inc.php
%%WWWDIR%%/include/functions_notification.inc.php
%%WWWDIR%%/include/functions_picture.inc.php
%%WWWDIR%%/include/functions_plugins.inc.php
%%WWWDIR%%/include/functions_rate.inc.php
%%WWWDIR%%/include/functions_search.inc.php
%%WWWDIR%%/include/functions_session.inc.php
%%WWWDIR%%/include/functions_tag.inc.php
%%WWWDIR%%/include/functions_url.inc.php
%%WWWDIR%%/include/functions_user.inc.php
%%WWWDIR%%/include/index.php
%%WWWDIR%%/include/inflectors/en.php
%%WWWDIR%%/include/inflectors/fr.php
%%WWWDIR%%/include/jshrink.class.php
%%WWWDIR%%/include/mdetect.php
%%WWWDIR%%/include/menubar.inc.php
%%WWWDIR%%/include/no_photo_yet.inc.php
%%WWWDIR%%/include/page_header.php
%%WWWDIR%%/include/page_tail.php
%%WWWDIR%%/include/passwordhash.class.php
%%WWWDIR%%/include/php_compat/gzopen.php
%%WWWDIR%%/include/php_compat/index.php
%%WWWDIR%%/include/phpmailer/PHPMailerAutoload.php
%%WWWDIR%%/include/phpmailer/class.phpmailer.php
%%WWWDIR%%/include/phpmailer/class.smtp.php
%%WWWDIR%%/include/picture_comment.inc.php
%%WWWDIR%%/include/picture_metadata.inc.php
%%WWWDIR%%/include/picture_rate.inc.php
%%WWWDIR%%/include/random_compat/byte_safe_strings.php
%%WWWDIR%%/include/random_compat/cast_to_int.php
%%WWWDIR%%/include/random_compat/error_polyfill.php
%%WWWDIR%%/include/random_compat/random.php
%%WWWDIR%%/include/random_compat/random_bytes_com_dotnet.php
%%WWWDIR%%/include/random_compat/random_bytes_dev_urandom.php
%%WWWDIR%%/include/random_compat/random_bytes_libsodium.php
%%WWWDIR%%/include/random_compat/random_bytes_libsodium_legacy.php
%%WWWDIR%%/include/random_compat/random_bytes_mcrypt.php
%%WWWDIR%%/include/random_compat/random_int.php
%%WWWDIR%%/include/section_init.inc.php
%%WWWDIR%%/include/smarty/.gitattributes
%%WWWDIR%%/include/smarty/.gitignore
%%WWWDIR%%/include/smarty/.travis.yml
%%WWWDIR%%/include/smarty/COMPOSER_RELEASE_NOTES.txt
%%WWWDIR%%/include/smarty/COPYING.lib
%%WWWDIR%%/include/smarty/INHERITANCE_RELEASE_NOTES.txt
%%WWWDIR%%/include/smarty/NEW_FEATURES.txt
%%WWWDIR%%/include/smarty/README
%%WWWDIR%%/include/smarty/README.md
%%WWWDIR%%/include/smarty/SMARTY_2_BC_NOTES.txt
%%WWWDIR%%/include/smarty/SMARTY_3.0_BC_NOTES.txt
%%WWWDIR%%/include/smarty/SMARTY_3.1_NOTES.txt
%%WWWDIR%%/include/smarty/change_log.txt
%%WWWDIR%%/include/smarty/composer.json
%%WWWDIR%%/include/smarty/lexer/smarty_internal_configfilelexer.plex
%%WWWDIR%%/include/smarty/lexer/smarty_internal_configfileparser.y
%%WWWDIR%%/include/smarty/lexer/smarty_internal_templatelexer.plex
%%WWWDIR%%/include/smarty/lexer/smarty_internal_templateparser.y
%%WWWDIR%%/include/smarty/libs/Autoloader.php
%%WWWDIR%%/include/smarty/libs/Smarty.class.php
%%WWWDIR%%/include/smarty/libs/SmartyBC.class.php
%%WWWDIR%%/include/smarty/libs/debug.tpl
%%WWWDIR%%/include/smarty/libs/plugins/block.textformat.php
%%WWWDIR%%/include/smarty/libs/plugins/function.counter.php
%%WWWDIR%%/include/smarty/libs/plugins/function.cycle.php
%%WWWDIR%%/include/smarty/libs/plugins/function.fetch.php
%%WWWDIR%%/include/smarty/libs/plugins/function.html_checkboxes.php
%%WWWDIR%%/include/smarty/libs/plugins/function.html_image.php
%%WWWDIR%%/include/smarty/libs/plugins/function.html_options.php
%%WWWDIR%%/include/smarty/libs/plugins/function.html_radios.php
%%WWWDIR%%/include/smarty/libs/plugins/function.html_select_date.php
%%WWWDIR%%/include/smarty/libs/plugins/function.html_select_time.php
%%WWWDIR%%/include/smarty/libs/plugins/function.html_table.php
%%WWWDIR%%/include/smarty/libs/plugins/function.mailto.php
%%WWWDIR%%/include/smarty/libs/plugins/function.math.php
%%WWWDIR%%/include/smarty/libs/plugins/modifier.capitalize.php
%%WWWDIR%%/include/smarty/libs/plugins/modifier.date_format.php
%%WWWDIR%%/include/smarty/libs/plugins/modifier.debug_print_var.php
%%WWWDIR%%/include/smarty/libs/plugins/modifier.escape.php
%%WWWDIR%%/include/smarty/libs/plugins/modifier.regex_replace.php
%%WWWDIR%%/include/smarty/libs/plugins/modifier.replace.php
%%WWWDIR%%/include/smarty/libs/plugins/modifier.spacify.php
%%WWWDIR%%/include/smarty/libs/plugins/modifier.truncate.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.cat.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.count_characters.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.count_paragraphs.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.count_sentences.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.count_words.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.default.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.escape.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.from_charset.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.indent.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.lower.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.noprint.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.string_format.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.strip.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.strip_tags.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.to_charset.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.unescape.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.upper.php
%%WWWDIR%%/include/smarty/libs/plugins/modifiercompiler.wordwrap.php
%%WWWDIR%%/include/smarty/libs/plugins/outputfilter.trimwhitespace.php
%%WWWDIR%%/include/smarty/libs/plugins/shared.escape_special_chars.php
%%WWWDIR%%/include/smarty/libs/plugins/shared.literal_compiler_param.php
%%WWWDIR%%/include/smarty/libs/plugins/shared.make_timestamp.php
%%WWWDIR%%/include/smarty/libs/plugins/shared.mb_str_replace.php
%%WWWDIR%%/include/smarty/libs/plugins/shared.mb_unicode.php
%%WWWDIR%%/include/smarty/libs/plugins/shared.mb_wordwrap.php
%%WWWDIR%%/include/smarty/libs/plugins/variablefilter.htmlspecialchars.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_cacheresource.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_cacheresource_custom.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_data.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_append.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_assign.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_block.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_break.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_call.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_capture.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_config_load.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_continue.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_debug.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_eval.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_extends.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_for.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_function.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_if.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_include.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_include_php.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_insert.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_nocache.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_php.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_section.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_while.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compilebase.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_configfilelexer.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_configfileparser.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_data.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_debug.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_extension_clear.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_append.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_clearassign.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_clearcache.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_configload.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_createdata.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_gettags.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_registerobject.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_nocache_insert.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_parsetree.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_parsetree_code.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_resource_eval.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_resource_extends.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_resource_file.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_resource_php.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_resource_registered.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_resource_stream.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_resource_string.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_hhvm.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_subtemplate.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_validatecompiled.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_var.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_template.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_templatebase.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_templatelexer.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_templateparser.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_testinstall.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_undefined.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_resource.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_resource_custom.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_resource_recompiled.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_resource_uncompiled.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_security.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_template_cached.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_template_compiled.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_template_config.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_template_resource_base.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_template_source.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_undefined_variable.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_variable.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smartycompilerexception.php
%%WWWDIR%%/include/smarty/libs/sysplugins/smartyexception.php
%%WWWDIR%%/include/srand.php
%%WWWDIR%%/include/template.class.php
%%WWWDIR%%/include/user.inc.php
%%WWWDIR%%/include/ws_core.inc.php
%%WWWDIR%%/include/ws_functions.inc.php
%%WWWDIR%%/include/ws_functions/index.php
%%WWWDIR%%/include/ws_functions/pwg.categories.php
%%WWWDIR%%/include/ws_functions/pwg.extensions.php
%%WWWDIR%%/include/ws_functions/pwg.groups.php
%%WWWDIR%%/include/ws_functions/pwg.images.php
%%WWWDIR%%/include/ws_functions/pwg.permissions.php
%%WWWDIR%%/include/ws_functions/pwg.php
%%WWWDIR%%/include/ws_functions/pwg.tags.php
%%WWWDIR%%/include/ws_functions/pwg.users.php
%%WWWDIR%%/include/ws_protocols/index.php
%%WWWDIR%%/include/ws_protocols/json_encoder.php
%%WWWDIR%%/include/ws_protocols/php_encoder.php
%%WWWDIR%%/include/ws_protocols/rest_encoder.php
%%WWWDIR%%/include/ws_protocols/rest_handler.php
%%WWWDIR%%/include/ws_protocols/xmlrpc_encoder.php
%%WWWDIR%%/index.php
%%WWWDIR%%/install.php
%%WWWDIR%%/install/config.sql
%%WWWDIR%%/install/db/100-database.php
%%WWWDIR%%/install/db/101-database.php
%%WWWDIR%%/install/db/102-database.php
%%WWWDIR%%/install/db/103-database.php
%%WWWDIR%%/install/db/104-database.php
%%WWWDIR%%/install/db/105-database.php
%%WWWDIR%%/install/db/106-database.php
%%WWWDIR%%/install/db/107-database.php
%%WWWDIR%%/install/db/108-database.php
%%WWWDIR%%/install/db/109-database.php
%%WWWDIR%%/install/db/110-database.php
%%WWWDIR%%/install/db/111-database.php
%%WWWDIR%%/install/db/112-database.php
%%WWWDIR%%/install/db/113-database.php
%%WWWDIR%%/install/db/114-database.php
%%WWWDIR%%/install/db/115-database.php
%%WWWDIR%%/install/db/116-database.php
%%WWWDIR%%/install/db/117-database.php
%%WWWDIR%%/install/db/118-database.php
%%WWWDIR%%/install/db/119-database.php
%%WWWDIR%%/install/db/120-database.php
%%WWWDIR%%/install/db/121-database.php
%%WWWDIR%%/install/db/122-database.php
%%WWWDIR%%/install/db/123-database.php
%%WWWDIR%%/install/db/124-database.php
%%WWWDIR%%/install/db/125-database.php
%%WWWDIR%%/install/db/126-database.php
%%WWWDIR%%/install/db/127-database.php
%%WWWDIR%%/install/db/128-database.php
%%WWWDIR%%/install/db/129-database.php
%%WWWDIR%%/install/db/130-database.php
%%WWWDIR%%/install/db/131-database.php
%%WWWDIR%%/install/db/132-database.php
%%WWWDIR%%/install/db/133-database.php
%%WWWDIR%%/install/db/134-database.php
%%WWWDIR%%/install/db/135-database.php
%%WWWDIR%%/install/db/136-database.php
%%WWWDIR%%/install/db/137-database.php
%%WWWDIR%%/install/db/138-database.php
%%WWWDIR%%/install/db/139-database.php
%%WWWDIR%%/install/db/140-database.php
%%WWWDIR%%/install/db/141-database.php
%%WWWDIR%%/install/db/142-database.php
%%WWWDIR%%/install/db/143-database.php
%%WWWDIR%%/install/db/144-database.php
%%WWWDIR%%/install/db/145-database.php
%%WWWDIR%%/install/db/146-database.php
%%WWWDIR%%/install/db/147-database.php
%%WWWDIR%%/install/db/148-database.php
%%WWWDIR%%/install/db/149-database.php
%%WWWDIR%%/install/db/150-database.php
%%WWWDIR%%/install/db/151-database.php
%%WWWDIR%%/install/db/152-database.php
%%WWWDIR%%/install/db/61-database.php
%%WWWDIR%%/install/db/62-database.php
%%WWWDIR%%/install/db/63-database.php
%%WWWDIR%%/install/db/64-database.php
%%WWWDIR%%/install/db/65-database.php
%%WWWDIR%%/install/db/66-database.php
%%WWWDIR%%/install/db/67-database.php
%%WWWDIR%%/install/db/68-database.php
%%WWWDIR%%/install/db/69-database.php
%%WWWDIR%%/install/db/70-database.php
%%WWWDIR%%/install/db/71-database.php
%%WWWDIR%%/install/db/72-database.php
%%WWWDIR%%/install/db/73-database.php
%%WWWDIR%%/install/db/74-database.php
%%WWWDIR%%/install/db/75-database.php
%%WWWDIR%%/install/db/76-database.php
%%WWWDIR%%/install/db/77-database.php
%%WWWDIR%%/install/db/78-database.php
%%WWWDIR%%/install/db/79-database.php
%%WWWDIR%%/install/db/80-database.php
%%WWWDIR%%/install/db/81-database.php
%%WWWDIR%%/install/db/82-database.php
%%WWWDIR%%/install/db/83-database.php
%%WWWDIR%%/install/db/84-database.php
%%WWWDIR%%/install/db/85-database.php
%%WWWDIR%%/install/db/86-database.php
%%WWWDIR%%/install/db/87-database.php
%%WWWDIR%%/install/db/88-database.php
%%WWWDIR%%/install/db/89-database.php
%%WWWDIR%%/install/db/90-database.php
%%WWWDIR%%/install/db/91-database.php
%%WWWDIR%%/install/db/92-database.php
%%WWWDIR%%/install/db/93-database.php
%%WWWDIR%%/install/db/94-database.php
%%WWWDIR%%/install/db/95-database.php
%%WWWDIR%%/install/db/96-database.php
%%WWWDIR%%/install/db/97-database.php
%%WWWDIR%%/install/db/98-database.php
%%WWWDIR%%/install/db/99-database.php
%%WWWDIR%%/install/db/index.php
%%WWWDIR%%/install/hosting.php
%%WWWDIR%%/install/index.php
%%WWWDIR%%/install/obsolete.list
%%WWWDIR%%/install/obsolete_extensions.list
%%WWWDIR%%/install/php5_apache_configuration.php
%%WWWDIR%%/install/piwigo_structure-mysql.sql
%%WWWDIR%%/install/upgrade_1.3.0.php
%%WWWDIR%%/install/upgrade_1.3.1.php
%%WWWDIR%%/install/upgrade_1.4.0.php
%%WWWDIR%%/install/upgrade_1.5.0.php
%%WWWDIR%%/install/upgrade_1.6.0.php
%%WWWDIR%%/install/upgrade_1.6.2.php
%%WWWDIR%%/install/upgrade_1.7.0.php
%%WWWDIR%%/install/upgrade_2.0.0.php
%%WWWDIR%%/install/upgrade_2.1.0.php
%%WWWDIR%%/install/upgrade_2.2.0.php
%%WWWDIR%%/install/upgrade_2.3.0.php
%%WWWDIR%%/install/upgrade_2.4.0.php
%%WWWDIR%%/install/upgrade_2.5.0.php
%%WWWDIR%%/install/upgrade_2.6.0.php
%%WWWDIR%%/install/upgrade_2.7.0.php
%%WWWDIR%%/install/upgrade_2.8.0.php
@mode 750
@owner %%WWWOWN%%
@group %%WWWGRP%%
%%WWWDIR%%/language/af_ZA/about.html
%%WWWDIR%%/language/af_ZA/admin.lang.php
%%WWWDIR%%/language/af_ZA/af_ZA.jpg
%%WWWDIR%%/language/af_ZA/common.lang.php
%%WWWDIR%%/language/af_ZA/help/cat_modify.html
%%WWWDIR%%/language/af_ZA/help/cat_move.html
%%WWWDIR%%/language/af_ZA/help/permalinks.html
%%WWWDIR%%/language/af_ZA/help/search.html
%%WWWDIR%%/language/af_ZA/help/synchronize.html
%%WWWDIR%%/language/af_ZA/help/user_list.html
%%WWWDIR%%/language/af_ZA/index.php
%%WWWDIR%%/language/af_ZA/install.lang.php
%%WWWDIR%%/language/af_ZA/iso.txt
%%WWWDIR%%/language/af_ZA/upgrade.lang.php
%%WWWDIR%%/language/ar_EG/ar_EG.jpg
%%WWWDIR%%/language/ar_EG/common.lang.php
%%WWWDIR%%/language/ar_EG/index.php
%%WWWDIR%%/language/ar_EG/install.lang.php
%%WWWDIR%%/language/ar_EG/iso.txt
%%WWWDIR%%/language/ar_MA/ar_MA.jpg
%%WWWDIR%%/language/ar_MA/common.lang.php
%%WWWDIR%%/language/ar_MA/index.php
%%WWWDIR%%/language/ar_MA/iso.txt
%%WWWDIR%%/language/ar_SA/Translator.txt
%%WWWDIR%%/language/ar_SA/about.html
%%WWWDIR%%/language/ar_SA/admin.lang.php
%%WWWDIR%%/language/ar_SA/ar_SA.jpg
%%WWWDIR%%/language/ar_SA/common.lang.php
%%WWWDIR%%/language/ar_SA/help/cat_modify.html
%%WWWDIR%%/language/ar_SA/help/cat_move.html
%%WWWDIR%%/language/ar_SA/help/cat_options.html
%%WWWDIR%%/language/ar_SA/help/cat_perm.html
%%WWWDIR%%/language/ar_SA/help/configuration.html
%%WWWDIR%%/language/ar_SA/help/extend_for_templates.html
%%WWWDIR%%/language/ar_SA/help/group_list.html
%%WWWDIR%%/language/ar_SA/help/help_add_photos.html
%%WWWDIR%%/language/ar_SA/help/help_groups.html
%%WWWDIR%%/language/ar_SA/help/help_misc.html
%%WWWDIR%%/language/ar_SA/help/help_permissions.html
%%WWWDIR%%/language/ar_SA/help/help_virtual_links.html
%%WWWDIR%%/language/ar_SA/help/history.html
%%WWWDIR%%/language/ar_SA/help/maintenance.html
%%WWWDIR%%/language/ar_SA/help/notification_by_mail.html
%%WWWDIR%%/language/ar_SA/help/permalinks.html
%%WWWDIR%%/language/ar_SA/help/photos_add_ftp.html
%%WWWDIR%%/language/ar_SA/help/search.html
%%WWWDIR%%/language/ar_SA/help/synchronize.html
%%WWWDIR%%/language/ar_SA/help/user_list.html
%%WWWDIR%%/language/ar_SA/index.php
%%WWWDIR%%/language/ar_SA/install.lang.php
%%WWWDIR%%/language/ar_SA/iso.txt
%%WWWDIR%%/language/ar_SA/upgrade.lang.php
%%WWWDIR%%/language/az_AZ/az_AZ.jpg
%%WWWDIR%%/language/az_AZ/common.lang.php
%%WWWDIR%%/language/az_AZ/iso.txt
%%WWWDIR%%/language/bg_BG/about.html
%%WWWDIR%%/language/bg_BG/admin.lang.php
%%WWWDIR%%/language/bg_BG/bg_BG.jpg
%%WWWDIR%%/language/bg_BG/common.lang.php
%%WWWDIR%%/language/bg_BG/help/cat_modify.html
%%WWWDIR%%/language/bg_BG/help/cat_move.html
%%WWWDIR%%/language/bg_BG/help/cat_options.html
%%WWWDIR%%/language/bg_BG/help/cat_perm.html
%%WWWDIR%%/language/bg_BG/help/group_list.html
%%WWWDIR%%/language/bg_BG/help/help_add_photos.html
%%WWWDIR%%/language/bg_BG/help/help_groups.html
%%WWWDIR%%/language/bg_BG/help/help_misc.html
%%WWWDIR%%/language/bg_BG/help/permalinks.html
%%WWWDIR%%/language/bg_BG/help/search.html
%%WWWDIR%%/language/bg_BG/help/synchronize.html
%%WWWDIR%%/language/bg_BG/help/user_list.html
%%WWWDIR%%/language/bg_BG/index.php
%%WWWDIR%%/language/bg_BG/install.lang.php
%%WWWDIR%%/language/bg_BG/iso.txt
%%WWWDIR%%/language/bg_BG/upgrade.lang.php
%%WWWDIR%%/language/bn_IN/bn_IN.jpg
%%WWWDIR%%/language/bn_IN/common.lang.php
%%WWWDIR%%/language/bn_IN/iso.txt
%%WWWDIR%%/language/br_FR/about.html
%%WWWDIR%%/language/br_FR/admin.lang.php
%%WWWDIR%%/language/br_FR/br_FR.jpg
%%WWWDIR%%/language/br_FR/common.lang.php
%%WWWDIR%%/language/br_FR/help/help_misc.html
%%WWWDIR%%/language/br_FR/install.lang.php
%%WWWDIR%%/language/br_FR/iso.txt
%%WWWDIR%%/language/br_FR/upgrade.lang.php
%%WWWDIR%%/language/ca_ES/about.html
%%WWWDIR%%/language/ca_ES/admin.lang.php
%%WWWDIR%%/language/ca_ES/ca_ES.jpg
%%WWWDIR%%/language/ca_ES/common.lang.php
%%WWWDIR%%/language/ca_ES/help/cat_modify.html
%%WWWDIR%%/language/ca_ES/help/cat_move.html
%%WWWDIR%%/language/ca_ES/help/cat_options.html
%%WWWDIR%%/language/ca_ES/help/cat_perm.html
%%WWWDIR%%/language/ca_ES/help/configuration.html
%%WWWDIR%%/language/ca_ES/help/extend_for_templates.html
%%WWWDIR%%/language/ca_ES/help/group_list.html
%%WWWDIR%%/language/ca_ES/help/help_add_photos.html
%%WWWDIR%%/language/ca_ES/help/help_groups.html
%%WWWDIR%%/language/ca_ES/help/help_misc.html
%%WWWDIR%%/language/ca_ES/help/help_permissions.html
%%WWWDIR%%/language/ca_ES/help/help_virtual_links.html
%%WWWDIR%%/language/ca_ES/help/history.html
%%WWWDIR%%/language/ca_ES/help/maintenance.html
%%WWWDIR%%/language/ca_ES/help/notification_by_mail.html
%%WWWDIR%%/language/ca_ES/help/permalinks.html
%%WWWDIR%%/language/ca_ES/help/photos_add_ftp.html
%%WWWDIR%%/language/ca_ES/help/search.html
%%WWWDIR%%/language/ca_ES/help/synchronize.html
%%WWWDIR%%/language/ca_ES/help/user_list.html
%%WWWDIR%%/language/ca_ES/install.lang.php
%%WWWDIR%%/language/ca_ES/iso.txt
%%WWWDIR%%/language/ca_ES/upgrade.lang.php
%%WWWDIR%%/language/cs_CZ/about.html
%%WWWDIR%%/language/cs_CZ/admin.lang.php
%%WWWDIR%%/language/cs_CZ/common.lang.php
%%WWWDIR%%/language/cs_CZ/cs_CZ.jpg
%%WWWDIR%%/language/cs_CZ/help/cat_modify.html
%%WWWDIR%%/language/cs_CZ/help/cat_move.html
%%WWWDIR%%/language/cs_CZ/help/cat_options.html
%%WWWDIR%%/language/cs_CZ/help/cat_perm.html
%%WWWDIR%%/language/cs_CZ/help/configuration.html
%%WWWDIR%%/language/cs_CZ/help/extend_for_templates.html
%%WWWDIR%%/language/cs_CZ/help/group_list.html
%%WWWDIR%%/language/cs_CZ/help/help_add_photos.html
%%WWWDIR%%/language/cs_CZ/help/help_groups.html
%%WWWDIR%%/language/cs_CZ/help/help_misc.html
%%WWWDIR%%/language/cs_CZ/help/help_permissions.html
%%WWWDIR%%/language/cs_CZ/help/help_virtual_links.html
%%WWWDIR%%/language/cs_CZ/help/history.html
%%WWWDIR%%/language/cs_CZ/help/index.php
%%WWWDIR%%/language/cs_CZ/help/maintenance.html
%%WWWDIR%%/language/cs_CZ/help/notification_by_mail.html
%%WWWDIR%%/language/cs_CZ/help/permalinks.html
%%WWWDIR%%/language/cs_CZ/help/photos_add_ftp.html
%%WWWDIR%%/language/cs_CZ/help/search.html
%%WWWDIR%%/language/cs_CZ/help/synchronize.html
%%WWWDIR%%/language/cs_CZ/help/user_list.html
%%WWWDIR%%/language/cs_CZ/index.php
%%WWWDIR%%/language/cs_CZ/install.lang.php
%%WWWDIR%%/language/cs_CZ/iso.txt
%%WWWDIR%%/language/cs_CZ/upgrade.lang.php
%%WWWDIR%%/language/da_DK/about.html
%%WWWDIR%%/language/da_DK/admin.lang.php
%%WWWDIR%%/language/da_DK/common.lang.php
%%WWWDIR%%/language/da_DK/da_DK.jpg
%%WWWDIR%%/language/da_DK/help/cat_modify.html
%%WWWDIR%%/language/da_DK/help/cat_move.html
%%WWWDIR%%/language/da_DK/help/cat_options.html
%%WWWDIR%%/language/da_DK/help/cat_perm.html
%%WWWDIR%%/language/da_DK/help/configuration.html
%%WWWDIR%%/language/da_DK/help/extend_for_templates.html
%%WWWDIR%%/language/da_DK/help/group_list.html
%%WWWDIR%%/language/da_DK/help/help_add_photos.html
%%WWWDIR%%/language/da_DK/help/help_groups.html
%%WWWDIR%%/language/da_DK/help/help_misc.html
%%WWWDIR%%/language/da_DK/help/help_permissions.html
%%WWWDIR%%/language/da_DK/help/help_virtual_links.html
%%WWWDIR%%/language/da_DK/help/history.html
%%WWWDIR%%/language/da_DK/help/maintenance.html
%%WWWDIR%%/language/da_DK/help/notification_by_mail.html
%%WWWDIR%%/language/da_DK/help/permalinks.html
%%WWWDIR%%/language/da_DK/help/photos_add_ftp.html
%%WWWDIR%%/language/da_DK/help/quick_search.html
%%WWWDIR%%/language/da_DK/help/search.html
%%WWWDIR%%/language/da_DK/help/synchronize.html
%%WWWDIR%%/language/da_DK/help/user_list.html
%%WWWDIR%%/language/da_DK/index.php
%%WWWDIR%%/language/da_DK/install.lang.php
%%WWWDIR%%/language/da_DK/iso.txt
%%WWWDIR%%/language/da_DK/upgrade.lang.php
%%WWWDIR%%/language/de_DE/about.html
%%WWWDIR%%/language/de_DE/admin.lang.php
%%WWWDIR%%/language/de_DE/common.lang.php
%%WWWDIR%%/language/de_DE/de_DE.jpg
%%WWWDIR%%/language/de_DE/help/cat_modify.html
%%WWWDIR%%/language/de_DE/help/cat_move.html
%%WWWDIR%%/language/de_DE/help/cat_options.html
%%WWWDIR%%/language/de_DE/help/cat_perm.html
%%WWWDIR%%/language/de_DE/help/configuration.html
%%WWWDIR%%/language/de_DE/help/extend_for_templates.html
%%WWWDIR%%/language/de_DE/help/group_list.html
%%WWWDIR%%/language/de_DE/help/help_add_photos.html
%%WWWDIR%%/language/de_DE/help/help_groups.html
%%WWWDIR%%/language/de_DE/help/help_misc.html
%%WWWDIR%%/language/de_DE/help/help_permissions.html
%%WWWDIR%%/language/de_DE/help/help_virtual_links.html
%%WWWDIR%%/language/de_DE/help/history.html
%%WWWDIR%%/language/de_DE/help/index.php
%%WWWDIR%%/language/de_DE/help/maintenance.html
%%WWWDIR%%/language/de_DE/help/notification_by_mail.html
%%WWWDIR%%/language/de_DE/help/permalinks.html
%%WWWDIR%%/language/de_DE/help/photos_add_ftp.html
%%WWWDIR%%/language/de_DE/help/quick_search.html
%%WWWDIR%%/language/de_DE/help/search.html
%%WWWDIR%%/language/de_DE/help/synchronize.html
%%WWWDIR%%/language/de_DE/help/user_list.html
%%WWWDIR%%/language/de_DE/index.php
%%WWWDIR%%/language/de_DE/install.lang.php
%%WWWDIR%%/language/de_DE/iso.txt
%%WWWDIR%%/language/de_DE/upgrade.lang.php
%%WWWDIR%%/language/dv_MV/common.lang.php
%%WWWDIR%%/language/dv_MV/dv_MV.jpg
%%WWWDIR%%/language/dv_MV/index.php
%%WWWDIR%%/language/dv_MV/iso.txt
%%WWWDIR%%/language/el_GR/about.html
%%WWWDIR%%/language/el_GR/admin.lang.php
%%WWWDIR%%/language/el_GR/common.lang.php
%%WWWDIR%%/language/el_GR/el_GR.jpg
%%WWWDIR%%/language/el_GR/help/cat_modify.html
%%WWWDIR%%/language/el_GR/help/cat_move.html
%%WWWDIR%%/language/el_GR/help/cat_options.html
%%WWWDIR%%/language/el_GR/help/cat_perm.html
%%WWWDIR%%/language/el_GR/help/configuration.html
%%WWWDIR%%/language/el_GR/help/extend_for_templates.html
%%WWWDIR%%/language/el_GR/help/group_list.html
%%WWWDIR%%/language/el_GR/help/help_add_photos.html
%%WWWDIR%%/language/el_GR/help/help_groups.html
%%WWWDIR%%/language/el_GR/help/help_misc.html
%%WWWDIR%%/language/el_GR/help/help_permissions.html
%%WWWDIR%%/language/el_GR/help/help_virtual_links.html
%%WWWDIR%%/language/el_GR/help/history.html
%%WWWDIR%%/language/el_GR/help/maintenance.html
%%WWWDIR%%/language/el_GR/help/notification_by_mail.html
%%WWWDIR%%/language/el_GR/help/permalinks.html
%%WWWDIR%%/language/el_GR/help/photos_add_ftp.html
%%WWWDIR%%/language/el_GR/help/quick_search.html
%%WWWDIR%%/language/el_GR/help/search.html
%%WWWDIR%%/language/el_GR/help/synchronize.html
%%WWWDIR%%/language/el_GR/help/user_list.html
%%WWWDIR%%/language/el_GR/index.php
%%WWWDIR%%/language/el_GR/install.lang.php
%%WWWDIR%%/language/el_GR/iso.txt
%%WWWDIR%%/language/el_GR/upgrade.lang.php
%%WWWDIR%%/language/fr_CA/help/quick_search.html
%%WWWDIR%%/language/en_GB/about.html
%%WWWDIR%%/language/en_GB/admin.lang.php
%%WWWDIR%%/language/en_GB/common.lang.php
%%WWWDIR%%/language/en_GB/en_GB.jpg
%%WWWDIR%%/language/en_GB/index.php
%%WWWDIR%%/language/en_GB/install.lang.php
%%WWWDIR%%/language/en_GB/iso.txt
%%WWWDIR%%/language/en_GB/upgrade.lang.php
%%WWWDIR%%/language/en_UK/about.html
%%WWWDIR%%/language/en_UK/admin.lang.php
%%WWWDIR%%/language/en_UK/common.lang.php
%%WWWDIR%%/language/en_UK/en_UK.jpg
%%WWWDIR%%/language/en_UK/help/cat_modify.html
%%WWWDIR%%/language/en_UK/help/cat_move.html
%%WWWDIR%%/language/en_UK/help/cat_options.html
%%WWWDIR%%/language/en_UK/help/cat_perm.html
%%WWWDIR%%/language/en_UK/help/configuration.html
%%WWWDIR%%/language/en_UK/help/extend_for_templates.html
%%WWWDIR%%/language/en_UK/help/group_list.html
%%WWWDIR%%/language/en_UK/help/help_add_photos.html
%%WWWDIR%%/language/en_UK/help/help_groups.html
%%WWWDIR%%/language/en_UK/help/help_misc.html
%%WWWDIR%%/language/en_UK/help/help_permissions.html
%%WWWDIR%%/language/en_UK/help/help_virtual_links.html
%%WWWDIR%%/language/en_UK/help/history.html
%%WWWDIR%%/language/en_UK/help/index.php
%%WWWDIR%%/language/en_UK/help/maintenance.html
%%WWWDIR%%/language/en_UK/help/notification_by_mail.html
%%WWWDIR%%/language/en_UK/help/permalinks.html
%%WWWDIR%%/language/en_UK/help/photos_add_ftp.html
%%WWWDIR%%/language/en_UK/help/quick_search.html
%%WWWDIR%%/language/en_UK/help/search.html
%%WWWDIR%%/language/en_UK/help/synchronize.html
%%WWWDIR%%/language/en_UK/help/user_list.html
%%WWWDIR%%/language/en_UK/index.php
%%WWWDIR%%/language/en_UK/install.lang.php
%%WWWDIR%%/language/en_UK/iso.txt
%%WWWDIR%%/language/en_UK/upgrade.lang.php
%%WWWDIR%%/language/en_US/admin.lang.php
%%WWWDIR%%/language/en_US/common.lang.php
%%WWWDIR%%/language/en_US/en_US.jpg
%%WWWDIR%%/language/en_US/index.php
%%WWWDIR%%/language/en_US/iso.txt
%%WWWDIR%%/language/eo_EO/about.html
%%WWWDIR%%/language/eo_EO/admin.lang.php
%%WWWDIR%%/language/eo_EO/common.lang.php
%%WWWDIR%%/language/eo_EO/eo_EO.jpg
%%WWWDIR%%/language/eo_EO/help/cat_modify.html
%%WWWDIR%%/language/eo_EO/help/cat_move.html
%%WWWDIR%%/language/eo_EO/help/cat_options.html
%%WWWDIR%%/language/eo_EO/help/cat_perm.html
%%WWWDIR%%/language/eo_EO/help/group_list.html
%%WWWDIR%%/language/eo_EO/help/help_groups.html
%%WWWDIR%%/language/eo_EO/help/help_misc.html
%%WWWDIR%%/language/eo_EO/help/user_list.html
%%WWWDIR%%/language/eo_EO/install.lang.php
%%WWWDIR%%/language/eo_EO/iso.txt
%%WWWDIR%%/language/eo_EO/upgrade.lang.php
%%WWWDIR%%/language/es_AR/about.html
%%WWWDIR%%/language/es_AR/common.lang.php
%%WWWDIR%%/language/es_AR/es_AR.jpg
%%WWWDIR%%/language/es_AR/index.php
%%WWWDIR%%/language/es_AR/iso.txt
%%WWWDIR%%/language/es_ES/about.html
%%WWWDIR%%/language/es_ES/admin.lang.php
%%WWWDIR%%/language/es_ES/common.lang.php
%%WWWDIR%%/language/es_ES/es_ES.jpg
%%WWWDIR%%/language/es_ES/help/cat_modify.html
%%WWWDIR%%/language/es_ES/help/cat_move.html
%%WWWDIR%%/language/es_ES/help/cat_options.html
%%WWWDIR%%/language/es_ES/help/cat_perm.html
%%WWWDIR%%/language/es_ES/help/configuration.html
%%WWWDIR%%/language/es_ES/help/extend_for_templates.html
%%WWWDIR%%/language/es_ES/help/group_list.html
%%WWWDIR%%/language/es_ES/help/help_add_photos.html
%%WWWDIR%%/language/es_ES/help/help_groups.html
%%WWWDIR%%/language/es_ES/help/help_misc.html
%%WWWDIR%%/language/es_ES/help/help_permissions.html
%%WWWDIR%%/language/es_ES/help/help_virtual_links.html
%%WWWDIR%%/language/es_ES/help/history.html
%%WWWDIR%%/language/es_ES/help/index.php
%%WWWDIR%%/language/es_ES/help/maintenance.html
%%WWWDIR%%/language/es_ES/help/notification_by_mail.html
%%WWWDIR%%/language/es_ES/help/permalinks.html
%%WWWDIR%%/language/es_ES/help/photos_add_ftp.html
%%WWWDIR%%/language/es_ES/help/search.html
%%WWWDIR%%/language/es_ES/help/synchronize.html
%%WWWDIR%%/language/es_ES/help/user_list.html
%%WWWDIR%%/language/es_ES/index.php
%%WWWDIR%%/language/es_ES/install.lang.php
%%WWWDIR%%/language/es_ES/iso.txt
%%WWWDIR%%/language/es_ES/upgrade.lang.php
%%WWWDIR%%/language/es_MX/common.lang.php
%%WWWDIR%%/language/es_MX/es_MX.jpg
%%WWWDIR%%/language/es_MX/install.lang.php
%%WWWDIR%%/language/es_MX/iso.txt
%%WWWDIR%%/language/et_EE/about.html
%%WWWDIR%%/language/et_EE/admin.lang.php
%%WWWDIR%%/language/et_EE/common.lang.php
%%WWWDIR%%/language/et_EE/et_EE.jpg
%%WWWDIR%%/language/et_EE/help/cat_modify.html
%%WWWDIR%%/language/et_EE/help/cat_move.html
%%WWWDIR%%/language/et_EE/help/cat_options.html
%%WWWDIR%%/language/et_EE/help/cat_perm.html
%%WWWDIR%%/language/et_EE/help/configuration.html
%%WWWDIR%%/language/et_EE/help/group_list.html
%%WWWDIR%%/language/et_EE/install.lang.php
%%WWWDIR%%/language/et_EE/iso.txt
%%WWWDIR%%/language/et_EE/upgrade.lang.php
%%WWWDIR%%/language/eu_ES/admin.lang.php
%%WWWDIR%%/language/eu_ES/common.lang.php
%%WWWDIR%%/language/eu_ES/eu_ES.jpg
%%WWWDIR%%/language/eu_ES/help/cat_move.html
%%WWWDIR%%/language/eu_ES/help/help_add_photos.html
%%WWWDIR%%/language/eu_ES/install.lang.php
%%WWWDIR%%/language/eu_ES/iso.txt
%%WWWDIR%%/language/eu_ES/upgrade.lang.php
%%WWWDIR%%/language/fa_IR/about.html
%%WWWDIR%%/language/fa_IR/admin.lang.php
%%WWWDIR%%/language/fa_IR/common.lang.php
%%WWWDIR%%/language/fa_IR/fa_IR.jpg
%%WWWDIR%%/language/fa_IR/help/cat_modify.html
%%WWWDIR%%/language/fa_IR/help/cat_move.html
%%WWWDIR%%/language/fa_IR/help/cat_options.html
%%WWWDIR%%/language/fa_IR/help/help_add_photos.html
%%WWWDIR%%/language/fa_IR/help/help_groups.html
%%WWWDIR%%/language/fa_IR/help/help_misc.html
%%WWWDIR%%/language/fa_IR/help/index.php
%%WWWDIR%%/language/fa_IR/help/user_list.html
%%WWWDIR%%/language/fa_IR/index.php
%%WWWDIR%%/language/fa_IR/install.lang.php
%%WWWDIR%%/language/fa_IR/iso.txt
%%WWWDIR%%/language/fa_IR/upgrade.lang.php
%%WWWDIR%%/language/fi_FI/about.html
%%WWWDIR%%/language/fi_FI/admin.lang.php
%%WWWDIR%%/language/fi_FI/common.lang.php
%%WWWDIR%%/language/fi_FI/fi_FI.jpg
%%WWWDIR%%/language/fi_FI/install.lang.php
%%WWWDIR%%/language/fi_FI/iso.txt
%%WWWDIR%%/language/fi_FI/upgrade.lang.php
%%WWWDIR%%/language/fr_CA/about.html
%%WWWDIR%%/language/fr_CA/admin.lang.php
%%WWWDIR%%/language/fr_CA/common.lang.php
%%WWWDIR%%/language/fr_CA/fr_CA.jpg
%%WWWDIR%%/language/fr_CA/help/cat_modify.html
%%WWWDIR%%/language/fr_CA/help/cat_move.html
%%WWWDIR%%/language/fr_CA/help/cat_options.html
%%WWWDIR%%/language/fr_CA/help/cat_perm.html
%%WWWDIR%%/language/fr_CA/help/configuration.html
%%WWWDIR%%/language/fr_CA/help/extend_for_templates.html
%%WWWDIR%%/language/fr_CA/help/group_list.html
%%WWWDIR%%/language/fr_CA/help/help_add_photos.html
%%WWWDIR%%/language/fr_CA/help/help_groups.html
%%WWWDIR%%/language/fr_CA/help/help_misc.html
%%WWWDIR%%/language/fr_CA/help/help_permissions.html
%%WWWDIR%%/language/fr_CA/help/help_virtual_links.html
%%WWWDIR%%/language/fr_CA/help/history.html
%%WWWDIR%%/language/fr_CA/help/index.php
%%WWWDIR%%/language/fr_CA/help/maintenance.html
%%WWWDIR%%/language/fr_CA/help/notification_by_mail.html
%%WWWDIR%%/language/fr_CA/help/permalinks.html
%%WWWDIR%%/language/fr_CA/help/photos_add_ftp.html
%%WWWDIR%%/language/fr_CA/help/search.html
%%WWWDIR%%/language/fr_CA/help/synchronize.html
%%WWWDIR%%/language/fr_CA/help/user_list.html
%%WWWDIR%%/language/fr_CA/index.php
%%WWWDIR%%/language/fr_CA/install.lang.php
%%WWWDIR%%/language/fr_CA/iso.txt
%%WWWDIR%%/language/fr_CA/upgrade.lang.php
%%WWWDIR%%/language/fr_FR/about.html
%%WWWDIR%%/language/fr_FR/admin.lang.php
%%WWWDIR%%/language/fr_FR/common.lang.php
%%WWWDIR%%/language/fr_FR/fr_FR.jpg
%%WWWDIR%%/language/fr_FR/help/cat_modify.html
%%WWWDIR%%/language/fr_FR/help/cat_move.html
%%WWWDIR%%/language/fr_FR/help/cat_options.html
%%WWWDIR%%/language/fr_FR/help/cat_perm.html
%%WWWDIR%%/language/fr_FR/help/configuration.html
%%WWWDIR%%/language/fr_FR/help/extend_for_templates.html
%%WWWDIR%%/language/fr_FR/help/group_list.html
%%WWWDIR%%/language/fr_FR/help/help_add_photos.html
%%WWWDIR%%/language/fr_FR/help/help_groups.html
%%WWWDIR%%/language/fr_FR/help/help_misc.html
%%WWWDIR%%/language/fr_FR/help/help_permissions.html
%%WWWDIR%%/language/fr_FR/help/help_virtual_links.html
%%WWWDIR%%/language/fr_FR/help/history.html
%%WWWDIR%%/language/fr_FR/help/index.php
%%WWWDIR%%/language/fr_FR/help/maintenance.html
%%WWWDIR%%/language/fr_FR/help/notification_by_mail.html
%%WWWDIR%%/language/fr_FR/help/permalinks.html
%%WWWDIR%%/language/fr_FR/help/photos_add_ftp.html
%%WWWDIR%%/language/fr_FR/help/quick_search.html
%%WWWDIR%%/language/fr_FR/help/search.html
%%WWWDIR%%/language/fr_FR/help/synchronize.html
%%WWWDIR%%/language/fr_FR/help/user_list.html
%%WWWDIR%%/language/fr_FR/index.php
%%WWWDIR%%/language/fr_FR/install.lang.php
%%WWWDIR%%/language/fr_FR/iso.txt
%%WWWDIR%%/language/fr_FR/upgrade.lang.php
%%WWWDIR%%/language/ga_IE/common.lang.php
%%WWWDIR%%/language/ga_IE/ga_IE.jpg
%%WWWDIR%%/language/ga_IE/iso.txt
%%WWWDIR%%/language/gl_ES/about.html
%%WWWDIR%%/language/gl_ES/admin.lang.php
%%WWWDIR%%/language/gl_ES/common.lang.php
%%WWWDIR%%/language/gl_ES/gl_ES.jpg
%%WWWDIR%%/language/gl_ES/help/cat_modify.html
%%WWWDIR%%/language/gl_ES/help/cat_move.html
%%WWWDIR%%/language/gl_ES/help/cat_options.html
%%WWWDIR%%/language/gl_ES/help/cat_perm.html
%%WWWDIR%%/language/gl_ES/help/configuration.html
%%WWWDIR%%/language/gl_ES/help/extend_for_templates.html
%%WWWDIR%%/language/gl_ES/help/group_list.html
%%WWWDIR%%/language/gl_ES/help/help_add_photos.html
%%WWWDIR%%/language/gl_ES/help/help_groups.html
%%WWWDIR%%/language/gl_ES/help/help_misc.html
%%WWWDIR%%/language/gl_ES/help/help_permissions.html
%%WWWDIR%%/language/gl_ES/help/help_virtual_links.html
%%WWWDIR%%/language/gl_ES/help/history.html
%%WWWDIR%%/language/gl_ES/help/maintenance.html
%%WWWDIR%%/language/gl_ES/help/notification_by_mail.html
%%WWWDIR%%/language/gl_ES/help/permalinks.html
%%WWWDIR%%/language/gl_ES/help/photos_add_ftp.html
%%WWWDIR%%/language/gl_ES/help/search.html
%%WWWDIR%%/language/gl_ES/help/synchronize.html
%%WWWDIR%%/language/gl_ES/help/user_list.html
%%WWWDIR%%/language/gl_ES/install.lang.php
%%WWWDIR%%/language/gl_ES/iso.txt
%%WWWDIR%%/language/gl_ES/upgrade.lang.php
%%WWWDIR%%/language/gu_IN/common.lang.php
%%WWWDIR%%/language/gu_IN/gu_IN.jpg
%%WWWDIR%%/language/gu_IN/iso.txt
%%WWWDIR%%/language/he_IL/about.html
%%WWWDIR%%/language/he_IL/admin.lang.php
%%WWWDIR%%/language/he_IL/common.lang.php
%%WWWDIR%%/language/he_IL/he_IL.jpg
%%WWWDIR%%/language/he_IL/help/cat_move.html
%%WWWDIR%%/language/he_IL/help/help_add_photos.html
%%WWWDIR%%/language/he_IL/install.lang.php
%%WWWDIR%%/language/he_IL/iso.txt
%%WWWDIR%%/language/he_IL/upgrade.lang.php
%%WWWDIR%%/language/hr_HR/about.html
%%WWWDIR%%/language/hr_HR/admin.lang.php
%%WWWDIR%%/language/hr_HR/common.lang.php
%%WWWDIR%%/language/hr_HR/help/cat_modify.html
%%WWWDIR%%/language/hr_HR/help/cat_move.html
%%WWWDIR%%/language/hr_HR/help/cat_options.html
%%WWWDIR%%/language/hr_HR/help/cat_perm.html
%%WWWDIR%%/language/hr_HR/help/configuration.html
%%WWWDIR%%/language/hr_HR/help/extend_for_templates.html
%%WWWDIR%%/language/hr_HR/help/group_list.html
%%WWWDIR%%/language/hr_HR/help/help_add_photos.html
%%WWWDIR%%/language/hr_HR/help/history.html
%%WWWDIR%%/language/hr_HR/help/index.php
%%WWWDIR%%/language/hr_HR/help/maintenance.html
%%WWWDIR%%/language/hr_HR/help/notification_by_mail.html
%%WWWDIR%%/language/hr_HR/help/permalinks.html
%%WWWDIR%%/language/hr_HR/help/search.html
%%WWWDIR%%/language/hr_HR/help/synchronize.html
%%WWWDIR%%/language/hr_HR/help/user_list.html
%%WWWDIR%%/language/hr_HR/hr_HR.jpg
%%WWWDIR%%/language/hr_HR/index.php
%%WWWDIR%%/language/hr_HR/install.lang.php
%%WWWDIR%%/language/hr_HR/iso.txt
%%WWWDIR%%/language/hr_HR/upgrade.lang.php
%%WWWDIR%%/language/hu_HU/README.txt
%%WWWDIR%%/language/hu_HU/about.html
%%WWWDIR%%/language/hu_HU/admin.lang.php
%%WWWDIR%%/language/hu_HU/common.lang.php
%%WWWDIR%%/language/hu_HU/help/cat_move.html
%%WWWDIR%%/language/hu_HU/help/cat_options.html
%%WWWDIR%%/language/hu_HU/help/cat_perm.html
%%WWWDIR%%/language/hu_HU/help/configuration.html
%%WWWDIR%%/language/hu_HU/help/group_list.html
%%WWWDIR%%/language/hu_HU/help/help_add_photos.html
%%WWWDIR%%/language/hu_HU/help/help_groups.html
%%WWWDIR%%/language/hu_HU/help/help_misc.html
%%WWWDIR%%/language/hu_HU/help/help_permissions.html
%%WWWDIR%%/language/hu_HU/help/help_virtual_links.html
%%WWWDIR%%/language/hu_HU/help/history.html
%%WWWDIR%%/language/hu_HU/help/index.php
%%WWWDIR%%/language/hu_HU/help/maintenance.html
%%WWWDIR%%/language/hu_HU/help/notification_by_mail.html
%%WWWDIR%%/language/hu_HU/help/permalinks.html
%%WWWDIR%%/language/hu_HU/help/photos_add_ftp.html
%%WWWDIR%%/language/hu_HU/help/search.html
%%WWWDIR%%/language/hu_HU/help/synchronize.html
%%WWWDIR%%/language/hu_HU/help/user_list.html
%%WWWDIR%%/language/hu_HU/hu_HU.jpg
%%WWWDIR%%/language/hu_HU/index.php
%%WWWDIR%%/language/hu_HU/install.lang.php
%%WWWDIR%%/language/hu_HU/iso.txt
%%WWWDIR%%/language/hu_HU/upgrade.lang.php
%%WWWDIR%%/language/id_ID/common.lang.php
%%WWWDIR%%/language/id_ID/id_ID.jpg
%%WWWDIR%%/language/id_ID/index.php
%%WWWDIR%%/language/id_ID/install.lang.php
%%WWWDIR%%/language/id_ID/iso.txt
%%WWWDIR%%/language/index.php
%%WWWDIR%%/language/is_IS/about.html
%%WWWDIR%%/language/is_IS/common.lang.php
%%WWWDIR%%/language/is_IS/index.php
%%WWWDIR%%/language/is_IS/is_IS.jpg
%%WWWDIR%%/language/is_IS/iso.txt
%%WWWDIR%%/language/it_IT/about.html
%%WWWDIR%%/language/it_IT/admin.lang.php
%%WWWDIR%%/language/it_IT/common.lang.php
%%WWWDIR%%/language/it_IT/help/cat_modify.html
%%WWWDIR%%/language/it_IT/help/cat_move.html
%%WWWDIR%%/language/it_IT/help/cat_options.html
%%WWWDIR%%/language/it_IT/help/cat_perm.html
%%WWWDIR%%/language/it_IT/help/configuration.html
%%WWWDIR%%/language/it_IT/help/extend_for_templates.html
%%WWWDIR%%/language/it_IT/help/group_list.html
%%WWWDIR%%/language/it_IT/help/help_add_photos.html
%%WWWDIR%%/language/it_IT/help/help_groups.html
%%WWWDIR%%/language/it_IT/help/help_misc.html
%%WWWDIR%%/language/it_IT/help/help_permissions.html
%%WWWDIR%%/language/it_IT/help/help_virtual_links.html
%%WWWDIR%%/language/it_IT/help/history.html
%%WWWDIR%%/language/it_IT/help/index.php
%%WWWDIR%%/language/it_IT/help/maintenance.html
%%WWWDIR%%/language/it_IT/help/notification_by_mail.html
%%WWWDIR%%/language/it_IT/help/permalinks.html
%%WWWDIR%%/language/it_IT/help/photos_add_ftp.html
%%WWWDIR%%/language/it_IT/help/quick_search.html
%%WWWDIR%%/language/it_IT/help/search.html
%%WWWDIR%%/language/it_IT/help/synchronize.html
%%WWWDIR%%/language/it_IT/help/user_list.html
%%WWWDIR%%/language/it_IT/index.php
%%WWWDIR%%/language/it_IT/install.lang.php
%%WWWDIR%%/language/it_IT/iso.txt
%%WWWDIR%%/language/it_IT/it_IT.jpg
%%WWWDIR%%/language/it_IT/upgrade.lang.php
%%WWWDIR%%/language/ja_JP/README.txt
%%WWWDIR%%/language/ja_JP/about.html
%%WWWDIR%%/language/ja_JP/admin.lang.php
%%WWWDIR%%/language/ja_JP/common.lang.php
%%WWWDIR%%/language/ja_JP/help/cat_modify.html
%%WWWDIR%%/language/ja_JP/help/cat_move.html
%%WWWDIR%%/language/ja_JP/help/cat_options.html
%%WWWDIR%%/language/ja_JP/help/cat_perm.html
%%WWWDIR%%/language/ja_JP/help/configuration.html
%%WWWDIR%%/language/ja_JP/help/extend_for_templates.html
%%WWWDIR%%/language/ja_JP/help/group_list.html
%%WWWDIR%%/language/ja_JP/help/help_add_photos.html
%%WWWDIR%%/language/ja_JP/help/help_groups.html
%%WWWDIR%%/language/ja_JP/help/help_misc.html
%%WWWDIR%%/language/ja_JP/help/help_permissions.html
%%WWWDIR%%/language/ja_JP/help/help_virtual_links.html
%%WWWDIR%%/language/ja_JP/help/history.html
%%WWWDIR%%/language/ja_JP/help/index.php
%%WWWDIR%%/language/ja_JP/help/maintenance.html
%%WWWDIR%%/language/ja_JP/help/notification_by_mail.html
%%WWWDIR%%/language/ja_JP/help/permalinks.html
%%WWWDIR%%/language/ja_JP/help/photos_add_ftp.html
%%WWWDIR%%/language/ja_JP/help/quick_search.html
%%WWWDIR%%/language/ja_JP/help/search.html
%%WWWDIR%%/language/ja_JP/help/synchronize.html
%%WWWDIR%%/language/ja_JP/help/user_list.html
%%WWWDIR%%/language/ja_JP/index.php
%%WWWDIR%%/language/ja_JP/install.lang.php
%%WWWDIR%%/language/ja_JP/iso.txt
%%WWWDIR%%/language/ja_JP/ja_JP.jpg
%%WWWDIR%%/language/ja_JP/upgrade.lang.php
%%WWWDIR%%/language/ka_GE/about.html
%%WWWDIR%%/language/ka_GE/admin.lang.php
%%WWWDIR%%/language/ka_GE/common.lang.php
%%WWWDIR%%/language/ka_GE/help/cat_modify.html
%%WWWDIR%%/language/ka_GE/help/cat_move.html
%%WWWDIR%%/language/ka_GE/help/cat_options.html
%%WWWDIR%%/language/ka_GE/help/cat_perm.html
%%WWWDIR%%/language/ka_GE/help/configuration.html
%%WWWDIR%%/language/ka_GE/help/extend_for_templates.html
%%WWWDIR%%/language/ka_GE/help/group_list.html
%%WWWDIR%%/language/ka_GE/help/help_add_photos.html
%%WWWDIR%%/language/ka_GE/help/help_groups.html
%%WWWDIR%%/language/ka_GE/help/help_misc.html
%%WWWDIR%%/language/ka_GE/help/help_permissions.html
%%WWWDIR%%/language/ka_GE/help/help_virtual_links.html
%%WWWDIR%%/language/ka_GE/help/history.html
%%WWWDIR%%/language/ka_GE/help/index.php
%%WWWDIR%%/language/ka_GE/help/maintenance.html
%%WWWDIR%%/language/ka_GE/help/notification_by_mail.html
%%WWWDIR%%/language/ka_GE/help/permalinks.html
%%WWWDIR%%/language/ka_GE/help/photos_add_ftp.html
%%WWWDIR%%/language/ka_GE/help/search.html
%%WWWDIR%%/language/ka_GE/help/synchronize.html
%%WWWDIR%%/language/ka_GE/help/user_list.html
%%WWWDIR%%/language/ka_GE/index.php
%%WWWDIR%%/language/ka_GE/install.lang.php
%%WWWDIR%%/language/ka_GE/iso.txt
%%WWWDIR%%/language/ka_GE/ka_GE.jpg
%%WWWDIR%%/language/ka_GE/upgrade.lang.php
%%WWWDIR%%/language/km_KH/about.html
%%WWWDIR%%/language/km_KH/admin.lang.php
%%WWWDIR%%/language/km_KH/common.lang.php
%%WWWDIR%%/language/km_KH/index.php
%%WWWDIR%%/language/km_KH/install.lang.php
%%WWWDIR%%/language/km_KH/iso.txt
%%WWWDIR%%/language/km_KH/km_KH.jpg
%%WWWDIR%%/language/km_KH/upgrade.lang.php
%%WWWDIR%%/language/kn_IN/about.html
%%WWWDIR%%/language/kn_IN/admin.lang.php
%%WWWDIR%%/language/kn_IN/common.lang.php
%%WWWDIR%%/language/kn_IN/install.lang.php
%%WWWDIR%%/language/kn_IN/iso.txt
%%WWWDIR%%/language/kn_IN/kn_IN.jpg
%%WWWDIR%%/language/kn_IN/upgrade.lang.php
%%WWWDIR%%/language/ko_KR/admin.lang.php
%%WWWDIR%%/language/ko_KR/common.lang.php
%%WWWDIR%%/language/ko_KR/index.php
%%WWWDIR%%/language/ko_KR/install.lang.php
%%WWWDIR%%/language/ko_KR/iso.txt
%%WWWDIR%%/language/ko_KR/ko_KR.jpg
%%WWWDIR%%/language/ko_KR/upgrade.lang.php
%%WWWDIR%%/language/kok_IN/common.lang.php
%%WWWDIR%%/language/kok_IN/iso.txt
%%WWWDIR%%/language/kok_IN/kok_IN.jpg
%%WWWDIR%%/language/lb_LU/common.lang.php
%%WWWDIR%%/language/lb_LU/iso.txt
%%WWWDIR%%/language/lb_LU/lb_LU.jpg
%%WWWDIR%%/language/lt_LT/about.html
%%WWWDIR%%/language/lt_LT/admin.lang.php
%%WWWDIR%%/language/lt_LT/common.lang.php
%%WWWDIR%%/language/lt_LT/help/cat_move.html
%%WWWDIR%%/language/lt_LT/help/cat_options.html
%%WWWDIR%%/language/lt_LT/help/help_virtual_links.html
%%WWWDIR%%/language/lt_LT/help/index.php
%%WWWDIR%%/language/lt_LT/help/search.html
%%WWWDIR%%/language/lt_LT/help/user_list.html
%%WWWDIR%%/language/lt_LT/install.lang.php
%%WWWDIR%%/language/lt_LT/iso.txt
%%WWWDIR%%/language/lt_LT/lt_LT.jpg
%%WWWDIR%%/language/lt_LT/upgrade.lang.php
%%WWWDIR%%/language/lv_LV/about.html
%%WWWDIR%%/language/lv_LV/admin.lang.php
%%WWWDIR%%/language/lv_LV/common.lang.php
%%WWWDIR%%/language/lv_LV/help/cat_modify.html
%%WWWDIR%%/language/lv_LV/help/cat_move.html
%%WWWDIR%%/language/lv_LV/help/cat_options.html
%%WWWDIR%%/language/lv_LV/help/cat_perm.html
%%WWWDIR%%/language/lv_LV/help/configuration.html
%%WWWDIR%%/language/lv_LV/help/extend_for_templates.html
%%WWWDIR%%/language/lv_LV/help/group_list.html
%%WWWDIR%%/language/lv_LV/help/help_add_photos.html
%%WWWDIR%%/language/lv_LV/help/help_groups.html
%%WWWDIR%%/language/lv_LV/help/help_misc.html
%%WWWDIR%%/language/lv_LV/help/help_permissions.html
%%WWWDIR%%/language/lv_LV/help/help_virtual_links.html
%%WWWDIR%%/language/lv_LV/help/history.html
%%WWWDIR%%/language/lv_LV/help/maintenance.html
%%WWWDIR%%/language/lv_LV/help/notification_by_mail.html
%%WWWDIR%%/language/lv_LV/help/permalinks.html
%%WWWDIR%%/language/lv_LV/help/photos_add_ftp.html
%%WWWDIR%%/language/lv_LV/help/quick_search.html
%%WWWDIR%%/language/lv_LV/help/search.html
%%WWWDIR%%/language/lv_LV/help/synchronize.html
%%WWWDIR%%/language/lv_LV/help/user_list.html
%%WWWDIR%%/language/lv_LV/index.php
%%WWWDIR%%/language/lv_LV/install.lang.php
%%WWWDIR%%/language/lv_LV/iso.txt
%%WWWDIR%%/language/lv_LV/lv_LV.jpg
%%WWWDIR%%/language/lv_LV/upgrade.lang.php
%%WWWDIR%%/language/mk_MK/admin.lang.php
%%WWWDIR%%/language/mk_MK/common.lang.php
%%WWWDIR%%/language/mk_MK/index.php
%%WWWDIR%%/language/mk_MK/install.lang.php
%%WWWDIR%%/language/mk_MK/iso.txt
%%WWWDIR%%/language/mk_MK/mk_MK.jpg
%%WWWDIR%%/language/mn_MN/about.html
%%WWWDIR%%/language/mn_MN/admin.lang.php
%%WWWDIR%%/language/mn_MN/common.lang.php
%%WWWDIR%%/language/mn_MN/install.lang.php
%%WWWDIR%%/language/mn_MN/iso.txt
%%WWWDIR%%/language/mn_MN/mn_MN.jpg
%%WWWDIR%%/language/mn_MN/upgrade.lang.php
%%WWWDIR%%/language/ms_MY/common.lang.php
%%WWWDIR%%/language/ms_MY/iso.txt
%%WWWDIR%%/language/ms_MY/ms_MY.jpg
%%WWWDIR%%/language/nb_NO/about.html
%%WWWDIR%%/language/nb_NO/admin.lang.php
%%WWWDIR%%/language/nb_NO/common.lang.php
%%WWWDIR%%/language/nb_NO/help/cat_modify.html
%%WWWDIR%%/language/nb_NO/help/cat_move.html
%%WWWDIR%%/language/nb_NO/help/cat_options.html
%%WWWDIR%%/language/nb_NO/help/cat_perm.html
%%WWWDIR%%/language/nb_NO/help/configuration.html
%%WWWDIR%%/language/nb_NO/help/extend_for_templates.html
%%WWWDIR%%/language/nb_NO/help/group_list.html
%%WWWDIR%%/language/nb_NO/help/help_add_photos.html
%%WWWDIR%%/language/nb_NO/help/help_groups.html
%%WWWDIR%%/language/nb_NO/help/help_misc.html
%%WWWDIR%%/language/nb_NO/help/help_permissions.html
%%WWWDIR%%/language/nb_NO/help/help_virtual_links.html
%%WWWDIR%%/language/nb_NO/help/history.html
%%WWWDIR%%/language/nb_NO/help/maintenance.html
%%WWWDIR%%/language/nb_NO/help/notification_by_mail.html
%%WWWDIR%%/language/nb_NO/help/permalinks.html
%%WWWDIR%%/language/nb_NO/help/photos_add_ftp.html
%%WWWDIR%%/language/nb_NO/help/quick_search.html
%%WWWDIR%%/language/nb_NO/help/search.html
%%WWWDIR%%/language/nb_NO/help/synchronize.html
%%WWWDIR%%/language/nb_NO/help/user_list.html
%%WWWDIR%%/language/nb_NO/index.php
%%WWWDIR%%/language/nb_NO/install.lang.php
%%WWWDIR%%/language/nb_NO/iso.txt
%%WWWDIR%%/language/nb_NO/nb_NO.jpg
%%WWWDIR%%/language/nb_NO/upgrade.lang.php
%%WWWDIR%%/language/nl_NL/about.html
%%WWWDIR%%/language/nl_NL/admin.lang.php
%%WWWDIR%%/language/nl_NL/common.lang.php
%%WWWDIR%%/language/nl_NL/help/cat_modify.html
%%WWWDIR%%/language/nl_NL/help/cat_move.html
%%WWWDIR%%/language/nl_NL/help/cat_options.html
%%WWWDIR%%/language/nl_NL/help/cat_perm.html
%%WWWDIR%%/language/nl_NL/help/configuration.html
%%WWWDIR%%/language/nl_NL/help/extend_for_templates.html
%%WWWDIR%%/language/nl_NL/help/group_list.html
%%WWWDIR%%/language/nl_NL/help/help_add_photos.html
%%WWWDIR%%/language/nl_NL/help/help_groups.html
%%WWWDIR%%/language/nl_NL/help/help_misc.html
%%WWWDIR%%/language/nl_NL/help/help_permissions.html
%%WWWDIR%%/language/nl_NL/help/help_virtual_links.html
%%WWWDIR%%/language/nl_NL/help/history.html
%%WWWDIR%%/language/nl_NL/help/index.php
%%WWWDIR%%/language/nl_NL/help/maintenance.html
%%WWWDIR%%/language/nl_NL/help/notification_by_mail.html
%%WWWDIR%%/language/nl_NL/help/permalinks.html
%%WWWDIR%%/language/nl_NL/help/photos_add_ftp.html
%%WWWDIR%%/language/nl_NL/help/quick_search.html
%%WWWDIR%%/language/nl_NL/help/search.html
%%WWWDIR%%/language/nl_NL/help/synchronize.html
%%WWWDIR%%/language/nl_NL/help/user_list.html
%%WWWDIR%%/language/nl_NL/index.php
%%WWWDIR%%/language/nl_NL/install.lang.php
%%WWWDIR%%/language/nl_NL/iso.txt
%%WWWDIR%%/language/nl_NL/nl_NL.jpg
%%WWWDIR%%/language/nl_NL/upgrade.lang.php
%%WWWDIR%%/language/nn_NO/about.html
%%WWWDIR%%/language/nn_NO/admin.lang.php
%%WWWDIR%%/language/nn_NO/common.lang.php
%%WWWDIR%%/language/nn_NO/help/cat_modify.html
%%WWWDIR%%/language/nn_NO/help/cat_move.html
%%WWWDIR%%/language/nn_NO/help/cat_options.html
%%WWWDIR%%/language/nn_NO/help/cat_perm.html
%%WWWDIR%%/language/nn_NO/help/help_add_photos.html
%%WWWDIR%%/language/nn_NO/help/help_groups.html
%%WWWDIR%%/language/nn_NO/help/help_misc.html
%%WWWDIR%%/language/nn_NO/help/help_virtual_links.html
%%WWWDIR%%/language/nn_NO/help/history.html
%%WWWDIR%%/language/nn_NO/help/notification_by_mail.html
%%WWWDIR%%/language/nn_NO/help/permalinks.html
%%WWWDIR%%/language/nn_NO/help/photos_add_ftp.html
%%WWWDIR%%/language/nn_NO/help/search.html
%%WWWDIR%%/language/nn_NO/help/synchronize.html
%%WWWDIR%%/language/nn_NO/help/user_list.html
%%WWWDIR%%/language/nn_NO/install.lang.php
%%WWWDIR%%/language/nn_NO/iso.txt
%%WWWDIR%%/language/nn_NO/nn_NO.jpg
%%WWWDIR%%/language/nn_NO/upgrade.lang.php
%%WWWDIR%%/language/pl_PL/about.html
%%WWWDIR%%/language/pl_PL/admin.lang.php
%%WWWDIR%%/language/pl_PL/common.lang.php
%%WWWDIR%%/language/pl_PL/help/cat_modify.html
%%WWWDIR%%/language/pl_PL/help/cat_move.html
%%WWWDIR%%/language/pl_PL/help/cat_options.html
%%WWWDIR%%/language/pl_PL/help/cat_perm.html
%%WWWDIR%%/language/pl_PL/help/configuration.html
%%WWWDIR%%/language/pl_PL/help/extend_for_templates.html
%%WWWDIR%%/language/pl_PL/help/group_list.html
%%WWWDIR%%/language/pl_PL/help/help_add_photos.html
%%WWWDIR%%/language/pl_PL/help/help_groups.html
%%WWWDIR%%/language/pl_PL/help/help_misc.html
%%WWWDIR%%/language/pl_PL/help/help_permissions.html
%%WWWDIR%%/language/pl_PL/help/help_virtual_links.html
%%WWWDIR%%/language/pl_PL/help/history.html
%%WWWDIR%%/language/pl_PL/help/index.php
%%WWWDIR%%/language/pl_PL/help/maintenance.html
%%WWWDIR%%/language/pl_PL/help/notification_by_mail.html
%%WWWDIR%%/language/pl_PL/help/permalinks.html
%%WWWDIR%%/language/pl_PL/help/photos_add_ftp.html
%%WWWDIR%%/language/pl_PL/help/quick_search.html
%%WWWDIR%%/language/pl_PL/help/search.html
%%WWWDIR%%/language/pl_PL/help/synchronize.html
%%WWWDIR%%/language/pl_PL/help/user_list.html
%%WWWDIR%%/language/pl_PL/index.php
%%WWWDIR%%/language/pl_PL/install.lang.php
%%WWWDIR%%/language/pl_PL/iso.txt
%%WWWDIR%%/language/pl_PL/pl_PL.jpg
%%WWWDIR%%/language/pl_PL/upgrade.lang.php
%%WWWDIR%%/language/pt_BR/about.html
%%WWWDIR%%/language/pt_BR/admin.lang.php
%%WWWDIR%%/language/pt_BR/common.lang.php
%%WWWDIR%%/language/pt_BR/help/cat_modify.html
%%WWWDIR%%/language/pt_BR/help/cat_move.html
%%WWWDIR%%/language/pt_BR/help/cat_options.html
%%WWWDIR%%/language/pt_BR/help/cat_perm.html
%%WWWDIR%%/language/pt_BR/help/configuration.html
%%WWWDIR%%/language/pt_BR/help/extend_for_templates.html
%%WWWDIR%%/language/pt_BR/help/group_list.html
%%WWWDIR%%/language/pt_BR/help/help_add_photos.html
%%WWWDIR%%/language/pt_BR/help/help_groups.html
%%WWWDIR%%/language/pt_BR/help/help_misc.html
%%WWWDIR%%/language/pt_BR/help/help_permissions.html
%%WWWDIR%%/language/pt_BR/help/help_virtual_links.html
%%WWWDIR%%/language/pt_BR/help/history.html
%%WWWDIR%%/language/pt_BR/help/maintenance.html
%%WWWDIR%%/language/pt_BR/help/notification_by_mail.html
%%WWWDIR%%/language/pt_BR/help/permalinks.html
%%WWWDIR%%/language/pt_BR/help/photos_add_ftp.html
%%WWWDIR%%/language/pt_BR/help/quick_search.html
%%WWWDIR%%/language/pt_BR/help/search.html
%%WWWDIR%%/language/pt_BR/help/synchronize.html
%%WWWDIR%%/language/pt_BR/help/user_list.html
%%WWWDIR%%/language/pt_BR/index.php
%%WWWDIR%%/language/pt_BR/install.lang.php
%%WWWDIR%%/language/pt_BR/iso.txt
%%WWWDIR%%/language/pt_BR/pt_BR.jpg
%%WWWDIR%%/language/pt_BR/upgrade.lang.php
%%WWWDIR%%/language/pt_PT/about.html
%%WWWDIR%%/language/pt_PT/admin.lang.php
%%WWWDIR%%/language/pt_PT/common.lang.php
%%WWWDIR%%/language/pt_PT/help/cat_modify.html
%%WWWDIR%%/language/pt_PT/help/cat_move.html
%%WWWDIR%%/language/pt_PT/help/cat_options.html
%%WWWDIR%%/language/pt_PT/help/cat_perm.html
%%WWWDIR%%/language/pt_PT/help/configuration.html
%%WWWDIR%%/language/pt_PT/help/extend_for_templates.html
%%WWWDIR%%/language/pt_PT/help/group_list.html
%%WWWDIR%%/language/pt_PT/help/help_add_photos.html
%%WWWDIR%%/language/pt_PT/help/help_groups.html
%%WWWDIR%%/language/pt_PT/help/help_misc.html
%%WWWDIR%%/language/pt_PT/help/help_permissions.html
%%WWWDIR%%/language/pt_PT/help/help_virtual_links.html
%%WWWDIR%%/language/pt_PT/help/history.html
%%WWWDIR%%/language/pt_PT/help/maintenance.html
%%WWWDIR%%/language/pt_PT/help/notification_by_mail.html
%%WWWDIR%%/language/pt_PT/help/permalinks.html
%%WWWDIR%%/language/pt_PT/help/photos_add_ftp.html
%%WWWDIR%%/language/pt_PT/help/search.html
%%WWWDIR%%/language/pt_PT/help/synchronize.html
%%WWWDIR%%/language/pt_PT/help/user_list.html
%%WWWDIR%%/language/pt_PT/index.php
%%WWWDIR%%/language/pt_PT/install.lang.php
%%WWWDIR%%/language/pt_PT/iso.txt
%%WWWDIR%%/language/pt_PT/pt_PT.jpg
%%WWWDIR%%/language/pt_PT/upgrade.lang.php
%%WWWDIR%%/language/ro_RO/about.html
%%WWWDIR%%/language/ro_RO/admin.lang.php
%%WWWDIR%%/language/ro_RO/common.lang.php
%%WWWDIR%%/language/ro_RO/help/cat_move.html
%%WWWDIR%%/language/ro_RO/help/cat_options.html
%%WWWDIR%%/language/ro_RO/help/help_add_photos.html
%%WWWDIR%%/language/ro_RO/help/help_groups.html
%%WWWDIR%%/language/ro_RO/help/help_misc.html
%%WWWDIR%%/language/ro_RO/index.php
%%WWWDIR%%/language/ro_RO/install.lang.php
%%WWWDIR%%/language/ro_RO/iso.txt
%%WWWDIR%%/language/ro_RO/ro_RO.jpg
%%WWWDIR%%/language/ro_RO/upgrade.lang.php
%%WWWDIR%%/language/ru_RU/about.html
%%WWWDIR%%/language/ru_RU/admin.lang.php
%%WWWDIR%%/language/ru_RU/common.lang.php
%%WWWDIR%%/language/ru_RU/help/cat_modify.html
%%WWWDIR%%/language/ru_RU/help/cat_move.html
%%WWWDIR%%/language/ru_RU/help/cat_options.html
%%WWWDIR%%/language/ru_RU/help/cat_perm.html
%%WWWDIR%%/language/ru_RU/help/configuration.html
%%WWWDIR%%/language/ru_RU/help/extend_for_templates.html
%%WWWDIR%%/language/ru_RU/help/group_list.html
%%WWWDIR%%/language/ru_RU/help/help_add_photos.html
%%WWWDIR%%/language/ru_RU/help/help_groups.html
%%WWWDIR%%/language/ru_RU/help/help_misc.html
%%WWWDIR%%/language/ru_RU/help/help_permissions.html
%%WWWDIR%%/language/ru_RU/help/help_virtual_links.html
%%WWWDIR%%/language/ru_RU/help/history.html
%%WWWDIR%%/language/ru_RU/help/index.php
%%WWWDIR%%/language/ru_RU/help/maintenance.html
%%WWWDIR%%/language/ru_RU/help/notification_by_mail.html
%%WWWDIR%%/language/ru_RU/help/permalinks.html
%%WWWDIR%%/language/ru_RU/help/photos_add_ftp.html
%%WWWDIR%%/language/ru_RU/help/quick_search.html
%%WWWDIR%%/language/ru_RU/help/search.html
%%WWWDIR%%/language/ru_RU/help/synchronize.html
%%WWWDIR%%/language/ru_RU/help/user_list.html
%%WWWDIR%%/language/ru_RU/index.php
%%WWWDIR%%/language/ru_RU/install.lang.php
%%WWWDIR%%/language/ru_RU/iso.txt
%%WWWDIR%%/language/ru_RU/ru_RU.jpg
%%WWWDIR%%/language/ru_RU/upgrade.lang.php
%%WWWDIR%%/language/sh_RS/about.html
%%WWWDIR%%/language/sh_RS/admin.lang.php
%%WWWDIR%%/language/sh_RS/common.lang.php
%%WWWDIR%%/language/sh_RS/help/cat_modify.html
%%WWWDIR%%/language/sh_RS/help/help_add_photos.html
%%WWWDIR%%/language/sh_RS/help/index.php
%%WWWDIR%%/language/sh_RS/index.php
%%WWWDIR%%/language/sh_RS/install.lang.php
%%WWWDIR%%/language/sh_RS/iso.txt
%%WWWDIR%%/language/sh_RS/sh_RS.jpg
%%WWWDIR%%/language/sh_RS/sr_RS.jpg
%%WWWDIR%%/language/sh_RS/upgrade.lang.php
%%WWWDIR%%/language/sk_SK/about.html
%%WWWDIR%%/language/sk_SK/admin.lang.php
%%WWWDIR%%/language/sk_SK/common.lang.php
%%WWWDIR%%/language/sk_SK/help/cat_modify.html
%%WWWDIR%%/language/sk_SK/help/cat_move.html
%%WWWDIR%%/language/sk_SK/help/cat_options.html
%%WWWDIR%%/language/sk_SK/help/cat_perm.html
%%WWWDIR%%/language/sk_SK/help/configuration.html
%%WWWDIR%%/language/sk_SK/help/extend_for_templates.html
%%WWWDIR%%/language/sk_SK/help/group_list.html
%%WWWDIR%%/language/sk_SK/help/help_add_photos.html
%%WWWDIR%%/language/sk_SK/help/help_groups.html
%%WWWDIR%%/language/sk_SK/help/help_misc.html
%%WWWDIR%%/language/sk_SK/help/help_permissions.html
%%WWWDIR%%/language/sk_SK/help/help_virtual_links.html
%%WWWDIR%%/language/sk_SK/help/history.html
%%WWWDIR%%/language/sk_SK/help/index.php
%%WWWDIR%%/language/sk_SK/help/maintenance.html
%%WWWDIR%%/language/sk_SK/help/notification_by_mail.html
%%WWWDIR%%/language/sk_SK/help/permalinks.html
%%WWWDIR%%/language/sk_SK/help/photos_add_ftp.html
%%WWWDIR%%/language/sk_SK/help/search.html
%%WWWDIR%%/language/sk_SK/help/synchronize.html
%%WWWDIR%%/language/sk_SK/help/user_list.html
%%WWWDIR%%/language/sk_SK/index.php
%%WWWDIR%%/language/sk_SK/install.lang.php
%%WWWDIR%%/language/sk_SK/iso.txt
%%WWWDIR%%/language/sk_SK/sk_SK.jpg
%%WWWDIR%%/language/sk_SK/upgrade.lang.php
%%WWWDIR%%/language/sl_SI/about.html
%%WWWDIR%%/language/sl_SI/admin.lang.php
%%WWWDIR%%/language/sl_SI/common.lang.php
%%WWWDIR%%/language/sl_SI/help/cat_move.html
%%WWWDIR%%/language/sl_SI/help/cat_options.html
%%WWWDIR%%/language/sl_SI/help/cat_perm.html
%%WWWDIR%%/language/sl_SI/help/group_list.html
%%WWWDIR%%/language/sl_SI/help/help_add_photos.html
%%WWWDIR%%/language/sl_SI/help/help_groups.html
%%WWWDIR%%/language/sl_SI/help/help_misc.html
%%WWWDIR%%/language/sl_SI/help/notification_by_mail.html
%%WWWDIR%%/language/sl_SI/help/search.html
%%WWWDIR%%/language/sl_SI/help/synchronize.html
%%WWWDIR%%/language/sl_SI/help/user_list.html
%%WWWDIR%%/language/sl_SI/index.php
%%WWWDIR%%/language/sl_SI/install.lang.php
%%WWWDIR%%/language/sl_SI/iso.txt
%%WWWDIR%%/language/sl_SI/sl_SI.jpg
%%WWWDIR%%/language/sl_SI/upgrade.lang.php
%%WWWDIR%%/language/sr_RS/about.html
%%WWWDIR%%/language/sr_RS/admin.lang.php
%%WWWDIR%%/language/sr_RS/common.lang.php
%%WWWDIR%%/language/sr_RS/index.php
%%WWWDIR%%/language/sr_RS/install.lang.php
%%WWWDIR%%/language/sr_RS/iso.txt
%%WWWDIR%%/language/sr_RS/sr_RS.jpg
%%WWWDIR%%/language/sr_RS/upgrade.lang.php
%%WWWDIR%%/language/sv_SE/about.html
%%WWWDIR%%/language/sv_SE/admin.lang.php
%%WWWDIR%%/language/sv_SE/common.lang.php
%%WWWDIR%%/language/sv_SE/help/cat_modify.html
%%WWWDIR%%/language/sv_SE/help/cat_move.html
%%WWWDIR%%/language/sv_SE/help/cat_options.html
%%WWWDIR%%/language/sv_SE/help/cat_perm.html
%%WWWDIR%%/language/sv_SE/help/configuration.html
%%WWWDIR%%/language/sv_SE/help/extend_for_templates.html
%%WWWDIR%%/language/sv_SE/help/group_list.html
%%WWWDIR%%/language/sv_SE/help/help_add_photos.html
%%WWWDIR%%/language/sv_SE/help/help_groups.html
%%WWWDIR%%/language/sv_SE/help/help_misc.html
%%WWWDIR%%/language/sv_SE/help/help_permissions.html
%%WWWDIR%%/language/sv_SE/help/help_virtual_links.html
%%WWWDIR%%/language/sv_SE/help/history.html
%%WWWDIR%%/language/sv_SE/help/index.php
%%WWWDIR%%/language/sv_SE/help/maintenance.html
%%WWWDIR%%/language/sv_SE/help/notification_by_mail.html
%%WWWDIR%%/language/sv_SE/help/permalinks.html
%%WWWDIR%%/language/sv_SE/help/photos_add_ftp.html
%%WWWDIR%%/language/sv_SE/help/quick_search.html
%%WWWDIR%%/language/sv_SE/help/search.html
%%WWWDIR%%/language/sv_SE/help/synchronize.html
%%WWWDIR%%/language/sv_SE/help/user_list.html
%%WWWDIR%%/language/sv_SE/install.lang.php
%%WWWDIR%%/language/sv_SE/iso.txt
%%WWWDIR%%/language/sv_SE/sv_SE.jpg
%%WWWDIR%%/language/sv_SE/upgrade.lang.php
%%WWWDIR%%/language/ta_IN/admin.lang.php
%%WWWDIR%%/language/ta_IN/common.lang.php
%%WWWDIR%%/language/ta_IN/install.lang.php
%%WWWDIR%%/language/ta_IN/iso.txt
%%WWWDIR%%/language/ta_IN/ta_IN.jpg
%%WWWDIR%%/language/ta_IN/upgrade.lang.php
%%WWWDIR%%/language/th_TH/about.html
%%WWWDIR%%/language/th_TH/admin.lang.php
%%WWWDIR%%/language/th_TH/common.lang.php
%%WWWDIR%%/language/th_TH/help/index.php
%%WWWDIR%%/language/th_TH/help/user_list.html
%%WWWDIR%%/language/th_TH/install.lang.php
%%WWWDIR%%/language/th_TH/iso.txt
%%WWWDIR%%/language/th_TH/th_TH.jpg
%%WWWDIR%%/language/th_TH/upgrade.lang.php
%%WWWDIR%%/language/tr_TR/about.html
%%WWWDIR%%/language/tr_TR/admin.lang.php
%%WWWDIR%%/language/tr_TR/common.lang.php
%%WWWDIR%%/language/tr_TR/help/cat_modify.html
%%WWWDIR%%/language/tr_TR/help/cat_move.html
%%WWWDIR%%/language/tr_TR/help/cat_options.html
%%WWWDIR%%/language/tr_TR/help/cat_perm.html
%%WWWDIR%%/language/tr_TR/help/configuration.html
%%WWWDIR%%/language/tr_TR/help/extend_for_templates.html
%%WWWDIR%%/language/tr_TR/help/group_list.html
%%WWWDIR%%/language/tr_TR/help/help_add_photos.html
%%WWWDIR%%/language/tr_TR/help/help_groups.html
%%WWWDIR%%/language/tr_TR/help/help_misc.html
%%WWWDIR%%/language/tr_TR/help/help_permissions.html
%%WWWDIR%%/language/tr_TR/help/help_virtual_links.html
%%WWWDIR%%/language/tr_TR/help/history.html
%%WWWDIR%%/language/tr_TR/help/maintenance.html
%%WWWDIR%%/language/tr_TR/help/notification_by_mail.html
%%WWWDIR%%/language/tr_TR/help/permalinks.html
%%WWWDIR%%/language/tr_TR/help/photos_add_ftp.html
%%WWWDIR%%/language/tr_TR/help/quick_search.html
%%WWWDIR%%/language/tr_TR/help/search.html
%%WWWDIR%%/language/tr_TR/help/synchronize.html
%%WWWDIR%%/language/tr_TR/help/user_list.html
%%WWWDIR%%/language/tr_TR/install.lang.php
%%WWWDIR%%/language/tr_TR/iso.txt
%%WWWDIR%%/language/tr_TR/tr_TR.jpg
%%WWWDIR%%/language/tr_TR/upgrade.lang.php
%%WWWDIR%%/language/uk_UA/about.html
%%WWWDIR%%/language/uk_UA/admin.lang.php
%%WWWDIR%%/language/uk_UA/common.lang.php
%%WWWDIR%%/language/uk_UA/help/cat_modify.html
%%WWWDIR%%/language/uk_UA/help/cat_move.html
%%WWWDIR%%/language/uk_UA/help/cat_options.html
%%WWWDIR%%/language/uk_UA/help/cat_perm.html
%%WWWDIR%%/language/uk_UA/help/configuration.html
%%WWWDIR%%/language/uk_UA/help/extend_for_templates.html
%%WWWDIR%%/language/uk_UA/help/group_list.html
%%WWWDIR%%/language/uk_UA/help/help_add_photos.html
%%WWWDIR%%/language/uk_UA/help/help_groups.html
%%WWWDIR%%/language/uk_UA/help/help_misc.html
%%WWWDIR%%/language/uk_UA/help/help_permissions.html
%%WWWDIR%%/language/uk_UA/help/help_virtual_links.html
%%WWWDIR%%/language/uk_UA/help/history.html
%%WWWDIR%%/language/uk_UA/help/maintenance.html
%%WWWDIR%%/language/uk_UA/help/notification_by_mail.html
%%WWWDIR%%/language/uk_UA/help/permalinks.html
%%WWWDIR%%/language/uk_UA/help/photos_add_ftp.html
%%WWWDIR%%/language/uk_UA/help/quick_search.html
%%WWWDIR%%/language/uk_UA/help/search.html
%%WWWDIR%%/language/uk_UA/help/synchronize.html
%%WWWDIR%%/language/uk_UA/help/user_list.html
%%WWWDIR%%/language/uk_UA/install.lang.php
%%WWWDIR%%/language/uk_UA/iso.txt
%%WWWDIR%%/language/uk_UA/uk_UA.jpg
%%WWWDIR%%/language/uk_UA/upgrade.lang.php
%%WWWDIR%%/language/vi_VN/README.txt
%%WWWDIR%%/language/vi_VN/about.html
%%WWWDIR%%/language/vi_VN/admin.lang.php
%%WWWDIR%%/language/vi_VN/common.lang.php
%%WWWDIR%%/language/vi_VN/help/group_list.html
%%WWWDIR%%/language/vi_VN/help/help_add_photos.html
%%WWWDIR%%/language/vi_VN/help/help_misc.html
%%WWWDIR%%/language/vi_VN/help/index.php
%%WWWDIR%%/language/vi_VN/help/quick_search.html
%%WWWDIR%%/language/vi_VN/install.lang.php
%%WWWDIR%%/language/vi_VN/iso.txt
%%WWWDIR%%/language/vi_VN/upgrade.lang.php
%%WWWDIR%%/language/vi_VN/vi_VN.jpg
%%WWWDIR%%/language/wo_SN/common.lang.php
%%WWWDIR%%/language/wo_SN/iso.txt
%%WWWDIR%%/language/wo_SN/wo_SN.jpg
%%WWWDIR%%/language/zh_CN/about.html
%%WWWDIR%%/language/zh_CN/admin.lang.php
%%WWWDIR%%/language/zh_CN/common.lang.php
%%WWWDIR%%/language/zh_CN/help/cat_modify.html
%%WWWDIR%%/language/zh_CN/help/cat_move.html
%%WWWDIR%%/language/zh_CN/help/cat_options.html
%%WWWDIR%%/language/zh_CN/help/cat_perm.html
%%WWWDIR%%/language/zh_CN/help/configuration.html
%%WWWDIR%%/language/zh_CN/help/extend_for_templates.html
%%WWWDIR%%/language/zh_CN/help/group_list.html
%%WWWDIR%%/language/zh_CN/help/help_add_photos.html
%%WWWDIR%%/language/zh_CN/help/help_groups.html
%%WWWDIR%%/language/zh_CN/help/help_misc.html
%%WWWDIR%%/language/zh_CN/help/help_permissions.html
%%WWWDIR%%/language/zh_CN/help/help_virtual_links.html
%%WWWDIR%%/language/zh_CN/help/history.html
%%WWWDIR%%/language/zh_CN/help/maintenance.html
%%WWWDIR%%/language/zh_CN/help/notification_by_mail.html
%%WWWDIR%%/language/zh_CN/help/permalinks.html
%%WWWDIR%%/language/zh_CN/help/photos_add_ftp.html
%%WWWDIR%%/language/zh_CN/help/quick_search.html
%%WWWDIR%%/language/zh_CN/help/search.html
%%WWWDIR%%/language/zh_CN/help/synchronize.html
%%WWWDIR%%/language/zh_CN/help/user_list.html
%%WWWDIR%%/language/zh_CN/install.lang.php
%%WWWDIR%%/language/zh_CN/iso.txt
%%WWWDIR%%/language/zh_CN/upgrade.lang.php
%%WWWDIR%%/language/zh_CN/zh_CN.jpg
%%WWWDIR%%/language/zh_HK/about.html
%%WWWDIR%%/language/zh_HK/admin.lang.php
%%WWWDIR%%/language/zh_HK/common.lang.php
%%WWWDIR%%/language/zh_HK/help/cat_move.html
%%WWWDIR%%/language/zh_HK/help/cat_options.html
%%WWWDIR%%/language/zh_HK/help/cat_perm.html
%%WWWDIR%%/language/zh_HK/help/index.php
%%WWWDIR%%/language/zh_HK/index.php
%%WWWDIR%%/language/zh_HK/install.lang.php
%%WWWDIR%%/language/zh_HK/iso.txt
%%WWWDIR%%/language/zh_HK/upgrade.lang.php
%%WWWDIR%%/language/zh_HK/zh_HK.jpg
%%WWWDIR%%/language/zh_TW/about.html
%%WWWDIR%%/language/zh_TW/admin.lang.php
%%WWWDIR%%/language/zh_TW/common.lang.php
%%WWWDIR%%/language/zh_TW/help/cat_modify.html
%%WWWDIR%%/language/zh_TW/help/cat_move.html
%%WWWDIR%%/language/zh_TW/help/cat_options.html
%%WWWDIR%%/language/zh_TW/help/cat_perm.html
%%WWWDIR%%/language/zh_TW/help/configuration.html
%%WWWDIR%%/language/zh_TW/help/extend_for_templates.html
%%WWWDIR%%/language/zh_TW/help/group_list.html
%%WWWDIR%%/language/zh_TW/help/help_add_photos.html
%%WWWDIR%%/language/zh_TW/help/help_groups.html
%%WWWDIR%%/language/zh_TW/help/help_misc.html
%%WWWDIR%%/language/zh_TW/help/help_permissions.html
%%WWWDIR%%/language/zh_TW/help/help_virtual_links.html
%%WWWDIR%%/language/zh_TW/help/history.html
%%WWWDIR%%/language/zh_TW/help/maintenance.html
%%WWWDIR%%/language/zh_TW/help/notification_by_mail.html
%%WWWDIR%%/language/zh_TW/help/permalinks.html
%%WWWDIR%%/language/zh_TW/help/photos_add_ftp.html
%%WWWDIR%%/language/zh_TW/help/search.html
%%WWWDIR%%/language/zh_TW/help/synchronize.html
%%WWWDIR%%/language/zh_TW/help/user_list.html
%%WWWDIR%%/language/zh_TW/install.lang.php
%%WWWDIR%%/language/zh_TW/iso.txt
%%WWWDIR%%/language/zh_TW/upgrade.lang.php
%%WWWDIR%%/language/zh_TW/zh_TW.jpg
%%WWWDIR%%/local/config/index.php
%%WWWDIR%%/local/css/index.php
%%WWWDIR%%/local/index.php
%%WWWDIR%%/local/language/index.php
%%WWWDIR%%/nbm.php
%%WWWDIR%%/notification.php
%%WWWDIR%%/password.php
%%WWWDIR%%/picture.php
@owner %%WWWOWN%%
@group %%WWWGRP%%
%%WWWDIR%%/plugins/AdminTools/README.md
%%WWWDIR%%/plugins/AdminTools/admin.php
%%WWWDIR%%/plugins/AdminTools/include/MultiView.class.php
%%WWWDIR%%/plugins/AdminTools/include/events.inc.php
%%WWWDIR%%/plugins/AdminTools/include/index.php
%%WWWDIR%%/plugins/AdminTools/index.php
%%WWWDIR%%/plugins/AdminTools/language/ar_SA/description.txt
%%WWWDIR%%/plugins/AdminTools/language/ar_SA/index.php
%%WWWDIR%%/plugins/AdminTools/language/ar_SA/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/bg_BG/description.txt
%%WWWDIR%%/plugins/AdminTools/language/bg_BG/index.php
%%WWWDIR%%/plugins/AdminTools/language/bg_BG/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/br_FR/description.txt
%%WWWDIR%%/plugins/AdminTools/language/br_FR/index.php
%%WWWDIR%%/plugins/AdminTools/language/br_FR/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/ca_ES/description.txt
%%WWWDIR%%/plugins/AdminTools/language/ca_ES/index.php
%%WWWDIR%%/plugins/AdminTools/language/ca_ES/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/cs_CZ/description.txt
%%WWWDIR%%/plugins/AdminTools/language/cs_CZ/index.php
%%WWWDIR%%/plugins/AdminTools/language/cs_CZ/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/da_DK/description.txt
%%WWWDIR%%/plugins/AdminTools/language/da_DK/index.php
%%WWWDIR%%/plugins/AdminTools/language/da_DK/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/de_DE/description.txt
%%WWWDIR%%/plugins/AdminTools/language/de_DE/index.php
%%WWWDIR%%/plugins/AdminTools/language/de_DE/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/el_GR/description.txt
%%WWWDIR%%/plugins/AdminTools/language/el_GR/index.php
%%WWWDIR%%/plugins/AdminTools/language/el_GR/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/en_GB/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/en_UK/description.txt
%%WWWDIR%%/plugins/AdminTools/language/en_UK/index.php
%%WWWDIR%%/plugins/AdminTools/language/en_UK/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/en_US/index.php
%%WWWDIR%%/plugins/AdminTools/language/en_US/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/eo_EO/description.txt
%%WWWDIR%%/plugins/AdminTools/language/eo_EO/index.php
%%WWWDIR%%/plugins/AdminTools/language/eo_EO/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/es_ES/description.txt
%%WWWDIR%%/plugins/AdminTools/language/es_ES/index.php
%%WWWDIR%%/plugins/AdminTools/language/es_ES/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/et_EE/description.txt
%%WWWDIR%%/plugins/AdminTools/language/et_EE/index.php
%%WWWDIR%%/plugins/AdminTools/language/et_EE/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/eu_ES/description.txt
%%WWWDIR%%/plugins/AdminTools/language/eu_ES/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/fa_IR/description.txt
%%WWWDIR%%/plugins/AdminTools/language/fa_IR/index.php
%%WWWDIR%%/plugins/AdminTools/language/fa_IR/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/fi_FI/description.txt
%%WWWDIR%%/plugins/AdminTools/language/fi_FI/index.php
%%WWWDIR%%/plugins/AdminTools/language/fi_FI/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/fr_CA/description.txt
%%WWWDIR%%/plugins/AdminTools/language/fr_CA/index.php
%%WWWDIR%%/plugins/AdminTools/language/fr_CA/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/fr_FR/description.txt
%%WWWDIR%%/plugins/AdminTools/language/fr_FR/index.php
%%WWWDIR%%/plugins/AdminTools/language/fr_FR/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/gl_ES/description.txt
%%WWWDIR%%/plugins/AdminTools/language/gl_ES/index.php
%%WWWDIR%%/plugins/AdminTools/language/gl_ES/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/he_IL/description.txt
%%WWWDIR%%/plugins/AdminTools/language/he_IL/index.php
%%WWWDIR%%/plugins/AdminTools/language/he_IL/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/hu_HU/description.txt
%%WWWDIR%%/plugins/AdminTools/language/hu_HU/index.php
%%WWWDIR%%/plugins/AdminTools/language/hu_HU/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/id_ID/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/index.php
%%WWWDIR%%/plugins/AdminTools/language/it_IT/description.txt
%%WWWDIR%%/plugins/AdminTools/language/it_IT/index.php
%%WWWDIR%%/plugins/AdminTools/language/it_IT/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/ja_JP/description.txt
%%WWWDIR%%/plugins/AdminTools/language/ja_JP/index.php
%%WWWDIR%%/plugins/AdminTools/language/ja_JP/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/km_KH/description.txt
%%WWWDIR%%/plugins/AdminTools/language/km_KH/index.php
%%WWWDIR%%/plugins/AdminTools/language/km_KH/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/ko_KR/description.txt
%%WWWDIR%%/plugins/AdminTools/language/ko_KR/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/lt_LT/description.txt
%%WWWDIR%%/plugins/AdminTools/language/lt_LT/index.php
%%WWWDIR%%/plugins/AdminTools/language/lt_LT/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/lv_LV/description.txt
%%WWWDIR%%/plugins/AdminTools/language/lv_LV/index.php
%%WWWDIR%%/plugins/AdminTools/language/lv_LV/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/mn_MN/description.txt
%%WWWDIR%%/plugins/AdminTools/language/mn_MN/index.php
%%WWWDIR%%/plugins/AdminTools/language/mn_MN/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/nb_NO/description.txt
%%WWWDIR%%/plugins/AdminTools/language/nb_NO/index.php
%%WWWDIR%%/plugins/AdminTools/language/nb_NO/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/nl_NL/description.txt
%%WWWDIR%%/plugins/AdminTools/language/nl_NL/index.php
%%WWWDIR%%/plugins/AdminTools/language/nl_NL/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/pl_PL/description.txt
%%WWWDIR%%/plugins/AdminTools/language/pl_PL/index.php
%%WWWDIR%%/plugins/AdminTools/language/pl_PL/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/pt_BR/description.txt
%%WWWDIR%%/plugins/AdminTools/language/pt_BR/index.php
%%WWWDIR%%/plugins/AdminTools/language/pt_BR/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/pt_PT/description.txt
%%WWWDIR%%/plugins/AdminTools/language/pt_PT/index.php
%%WWWDIR%%/plugins/AdminTools/language/pt_PT/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/ro_RO/description.txt
%%WWWDIR%%/plugins/AdminTools/language/ro_RO/index.php
%%WWWDIR%%/plugins/AdminTools/language/ro_RO/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/ru_RU/description.txt
%%WWWDIR%%/plugins/AdminTools/language/ru_RU/index.php
%%WWWDIR%%/plugins/AdminTools/language/ru_RU/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/sh_RS/description.txt
%%WWWDIR%%/plugins/AdminTools/language/sh_RS/index.php
%%WWWDIR%%/plugins/AdminTools/language/sh_RS/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/sk_SK/description.txt
%%WWWDIR%%/plugins/AdminTools/language/sk_SK/index.php
%%WWWDIR%%/plugins/AdminTools/language/sk_SK/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/sl_SI/description.txt
%%WWWDIR%%/plugins/AdminTools/language/sl_SI/index.php
%%WWWDIR%%/plugins/AdminTools/language/sl_SI/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/sr_RS/description.txt
%%WWWDIR%%/plugins/AdminTools/language/sr_RS/index.php
%%WWWDIR%%/plugins/AdminTools/language/sr_RS/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/sv_SE/description.txt
%%WWWDIR%%/plugins/AdminTools/language/sv_SE/index.php
%%WWWDIR%%/plugins/AdminTools/language/sv_SE/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/ta_IN/description.txt
%%WWWDIR%%/plugins/AdminTools/language/ta_IN/index.php
%%WWWDIR%%/plugins/AdminTools/language/ta_IN/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/th_TH/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/tr_TR/description.txt
%%WWWDIR%%/plugins/AdminTools/language/tr_TR/index.php
%%WWWDIR%%/plugins/AdminTools/language/tr_TR/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/uk_UA/description.txt
%%WWWDIR%%/plugins/AdminTools/language/uk_UA/index.php
%%WWWDIR%%/plugins/AdminTools/language/uk_UA/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/vi_VN/description.txt
%%WWWDIR%%/plugins/AdminTools/language/vi_VN/index.php
%%WWWDIR%%/plugins/AdminTools/language/vi_VN/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/zh_CN/description.txt
%%WWWDIR%%/plugins/AdminTools/language/zh_CN/index.php
%%WWWDIR%%/plugins/AdminTools/language/zh_CN/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/zh_HK/description.txt
%%WWWDIR%%/plugins/AdminTools/language/zh_HK/index.php
%%WWWDIR%%/plugins/AdminTools/language/zh_HK/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/language/zh_TW/description.txt
%%WWWDIR%%/plugins/AdminTools/language/zh_TW/index.php
%%WWWDIR%%/plugins/AdminTools/language/zh_TW/plugin.lang.php
%%WWWDIR%%/plugins/AdminTools/main.inc.php
%%WWWDIR%%/plugins/AdminTools/maintain.class.php
%%WWWDIR%%/plugins/AdminTools/pem_metadata.txt
%%WWWDIR%%/plugins/AdminTools/template/admin.tpl
%%WWWDIR%%/plugins/AdminTools/template/admin_controller.js
%%WWWDIR%%/plugins/AdminTools/template/admin_controller.tpl
%%WWWDIR%%/plugins/AdminTools/template/admin_style.css
%%WWWDIR%%/plugins/AdminTools/template/fontello/LICENSE.txt
%%WWWDIR%%/plugins/AdminTools/template/fontello/README.txt
%%WWWDIR%%/plugins/AdminTools/template/fontello/config.json
%%WWWDIR%%/plugins/AdminTools/template/fontello/css/animation.css
%%WWWDIR%%/plugins/AdminTools/template/fontello/css/fontello-ato-codes.css
%%WWWDIR%%/plugins/AdminTools/template/fontello/css/fontello-ato-embedded.css
%%WWWDIR%%/plugins/AdminTools/template/fontello/css/fontello-ato-ie7-codes.css
%%WWWDIR%%/plugins/AdminTools/template/fontello/css/fontello-ato-ie7.css
%%WWWDIR%%/plugins/AdminTools/template/fontello/css/fontello-ato.css
%%WWWDIR%%/plugins/AdminTools/template/fontello/demo.html
%%WWWDIR%%/plugins/AdminTools/template/fontello/font/fontello-ato.eot
%%WWWDIR%%/plugins/AdminTools/template/fontello/font/fontello-ato.svg
%%WWWDIR%%/plugins/AdminTools/template/fontello/font/fontello-ato.ttf
%%WWWDIR%%/plugins/AdminTools/template/fontello/font/fontello-ato.woff
%%WWWDIR%%/plugins/AdminTools/template/index.php
%%WWWDIR%%/plugins/AdminTools/template/mousetrap.min.js
%%WWWDIR%%/plugins/AdminTools/template/public_controller.js
%%WWWDIR%%/plugins/AdminTools/template/public_controller.tpl
%%WWWDIR%%/plugins/AdminTools/template/public_style.css
%%WWWDIR%%/plugins/LocalFilesEditor/README.md
%%WWWDIR%%/plugins/LocalFilesEditor/admin.php
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/lib/codemirror.css
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/lib/codemirror.js
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/lib/overlay.js
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/clike/clike.css
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/clike/clike.js
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/clike/index.html
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/css/css.css
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/css/css.js
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/css/index.html
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/diff/diff.css
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/diff/diff.js
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/diff/index.html
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.css
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.js
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/haskell/index.html
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/htmlmixed/htmlmixed.js
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/htmlmixed/index.html
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/javascript/index.html
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/javascript/javascript.css
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/javascript/javascript.js
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/php/index.html
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/php/php.js
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/stex/index.html
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/stex/stex.css
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/stex/stex.js
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/xml/index.html
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/xml/xml.css
%%WWWDIR%%/plugins/LocalFilesEditor/codemirror/mode/xml/xml.js
%%WWWDIR%%/plugins/LocalFilesEditor/include/css.inc.php
%%WWWDIR%%/plugins/LocalFilesEditor/include/functions.inc.php
%%WWWDIR%%/plugins/LocalFilesEditor/include/lang.inc.php
%%WWWDIR%%/plugins/LocalFilesEditor/include/localconf.inc.php
%%WWWDIR%%/plugins/LocalFilesEditor/include/plug.inc.php
%%WWWDIR%%/plugins/LocalFilesEditor/include/tpl.inc.php
%%WWWDIR%%/plugins/LocalFilesEditor/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/af_ZA/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/af_ZA/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/af_ZA/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/ar_SA/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/ar_SA/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/ar_SA/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/bg_BG/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/bg_BG/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/bg_BG/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/br_FR/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/br_FR/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/br_FR/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/ca_ES/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/ca_ES/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/cs_CZ/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/cs_CZ/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/da_DK/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/da_DK/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/de_DE/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/de_DE/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/de_DE/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/el_GR/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/el_GR/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/en_UK/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/en_UK/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/eo_EO/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/eo_EO/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/es_ES/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/es_ES/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/et_EE/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/et_EE/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/et_EE/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/eu_ES/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/eu_ES/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/fa_IR/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/fa_IR/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/fa_IR/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/fi_FI/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/fi_FI/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/fr_CA/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/fr_CA/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/fr_CA/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/fr_FR/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/fr_FR/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/gl_ES/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/gl_ES/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/he_IL/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/he_IL/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/he_IL/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/hr_HR/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/hr_HR/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/hu_HU/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/hu_HU/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/it_IT/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/it_IT/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/ja_JP/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/ja_JP/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/ja_JP/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/ka_GE/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/ka_GE/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/ka_GE/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/km_KH/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/kn_IN/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/kn_IN/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/lt_LT/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/lt_LT/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/lv_LV/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/lv_LV/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/lv_LV/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/mn_MN/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/mn_MN/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/mn_MN/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/nb_NO/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/nb_NO/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/nb_NO/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/nl_NL/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/nl_NL/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/nl_NL/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/nn_NO/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/nn_NO/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/pl_PL/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/pl_PL/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/pl_PL/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/pt_BR/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/pt_BR/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/pt_BR/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/pt_PT/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/pt_PT/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/pt_PT/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/ro_RO/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/ro_RO/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/ru_RU/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/ru_RU/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/sh_RS/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/sh_RS/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/sk_SK/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/sk_SK/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/sk_SK/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/sl_SI/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/sl_SI/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/sr_RS/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/sr_RS/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/sr_RS/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/sv_SE/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/sv_SE/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/sv_SE/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/ta_IN/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/ta_IN/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/th_TH/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/th_TH/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/th_TH/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/tr_TR/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/tr_TR/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/uk_UA/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/uk_UA/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/vi_VN/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/vi_VN/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/vi_VN/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/zh_CN/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/zh_CN/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/zh_CN/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/zh_HK/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/zh_HK/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/zh_TW/description.txt
%%WWWDIR%%/plugins/LocalFilesEditor/language/zh_TW/index.php
%%WWWDIR%%/plugins/LocalFilesEditor/language/zh_TW/plugin.lang.php
%%WWWDIR%%/plugins/LocalFilesEditor/main.inc.php
%%WWWDIR%%/plugins/LocalFilesEditor/maintain.inc.php
%%WWWDIR%%/plugins/LocalFilesEditor/pem_metadata.txt
%%WWWDIR%%/plugins/LocalFilesEditor/show_default.php
%%WWWDIR%%/plugins/LocalFilesEditor/template/admin.tpl
%%WWWDIR%%/plugins/LocalFilesEditor/template/locfiledit.css
%%WWWDIR%%/plugins/LocalFilesEditor/template/show_default.tpl
%%WWWDIR%%/plugins/TakeATour/README.md
%%WWWDIR%%/plugins/TakeATour/admin.php
%%WWWDIR%%/plugins/TakeATour/css/admin.css
%%WWWDIR%%/plugins/TakeATour/css/bootstrap-tour-standalone.css
%%WWWDIR%%/plugins/TakeATour/css/clear.css
%%WWWDIR%%/plugins/TakeATour/css/roma.css
%%WWWDIR%%/plugins/TakeATour/js/custom-bootstrap-tour-standalone.js
%%WWWDIR%%/plugins/TakeATour/js/custom.patch
%%WWWDIR%%/plugins/TakeATour/language/bg_BG/description.txt
%%WWWDIR%%/plugins/TakeATour/language/bg_BG/index.php
%%WWWDIR%%/plugins/TakeATour/language/bg_BG/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/bg_BG/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/bg_BG/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/bg_BG/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/br_FR/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ca_ES/description.txt
%%WWWDIR%%/plugins/TakeATour/language/ca_ES/index.php
%%WWWDIR%%/plugins/TakeATour/language/ca_ES/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ca_ES/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ca_ES/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ca_ES/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ca_ES/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ca_ES/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/cs_CZ/description.txt
%%WWWDIR%%/plugins/TakeATour/language/cs_CZ/index.php
%%WWWDIR%%/plugins/TakeATour/language/cs_CZ/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/cs_CZ/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/cs_CZ/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/cs_CZ/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/cs_CZ/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/da_DK/description.txt
%%WWWDIR%%/plugins/TakeATour/language/da_DK/index.php
%%WWWDIR%%/plugins/TakeATour/language/da_DK/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/da_DK/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/da_DK/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/da_DK/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/da_DK/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/da_DK/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/de_DE/description.txt
%%WWWDIR%%/plugins/TakeATour/language/de_DE/index.php
%%WWWDIR%%/plugins/TakeATour/language/de_DE/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/de_DE/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/de_DE/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/de_DE/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/de_DE/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/de_DE/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/el_GR/description.txt
%%WWWDIR%%/plugins/TakeATour/language/el_GR/index.php
%%WWWDIR%%/plugins/TakeATour/language/el_GR/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/el_GR/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/el_GR/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/el_GR/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/el_GR/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/el_GR/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/en_GB/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/en_UK/description.txt
%%WWWDIR%%/plugins/TakeATour/language/en_UK/index.php
%%WWWDIR%%/plugins/TakeATour/language/en_UK/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/en_UK/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/en_UK/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/en_UK/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/en_UK/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/en_UK/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/eo_EO/description.txt
%%WWWDIR%%/plugins/TakeATour/language/eo_EO/index.php
%%WWWDIR%%/plugins/TakeATour/language/eo_EO/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/eo_EO/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/eo_EO/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/es_ES/description.txt
%%WWWDIR%%/plugins/TakeATour/language/es_ES/index.php
%%WWWDIR%%/plugins/TakeATour/language/es_ES/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/es_ES/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/es_ES/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/es_ES/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/es_ES/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/et_EE/description.txt
%%WWWDIR%%/plugins/TakeATour/language/et_EE/index.php
%%WWWDIR%%/plugins/TakeATour/language/et_EE/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/et_EE/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/eu_ES/description.txt
%%WWWDIR%%/plugins/TakeATour/language/eu_ES/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fa_IR/description.txt
%%WWWDIR%%/plugins/TakeATour/language/fa_IR/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fa_IR/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fi_FI/description.txt
%%WWWDIR%%/plugins/TakeATour/language/fi_FI/index.php
%%WWWDIR%%/plugins/TakeATour/language/fi_FI/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fi_FI/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fi_FI/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fr_CA/description.txt
%%WWWDIR%%/plugins/TakeATour/language/fr_CA/index.php
%%WWWDIR%%/plugins/TakeATour/language/fr_CA/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fr_CA/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fr_FR/description.txt
%%WWWDIR%%/plugins/TakeATour/language/fr_FR/index.php
%%WWWDIR%%/plugins/TakeATour/language/fr_FR/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fr_FR/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fr_FR/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fr_FR/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fr_FR/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fr_FR/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/gl_ES/description.txt
%%WWWDIR%%/plugins/TakeATour/language/gl_ES/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/he_IL/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/hu_HU/index.php
%%WWWDIR%%/plugins/TakeATour/language/hu_HU/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/hu_HU/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/index.php
%%WWWDIR%%/plugins/TakeATour/language/it_IT/description.txt
%%WWWDIR%%/plugins/TakeATour/language/it_IT/index.php
%%WWWDIR%%/plugins/TakeATour/language/it_IT/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/it_IT/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/it_IT/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/it_IT/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/it_IT/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/it_IT/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ja_JP/description.txt
%%WWWDIR%%/plugins/TakeATour/language/ja_JP/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ja_JP/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/lt_LT/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/lt_LT/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/lv_LV/description.txt
%%WWWDIR%%/plugins/TakeATour/language/lv_LV/index.php
%%WWWDIR%%/plugins/TakeATour/language/lv_LV/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/lv_LV/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/lv_LV/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/lv_LV/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/lv_LV/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/lv_LV/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/mn_MN/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nb_NO/description.txt
%%WWWDIR%%/plugins/TakeATour/language/nb_NO/index.php
%%WWWDIR%%/plugins/TakeATour/language/nb_NO/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nb_NO/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nb_NO/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nb_NO/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nb_NO/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nb_NO/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nl_NL/description.txt
%%WWWDIR%%/plugins/TakeATour/language/nl_NL/index.php
%%WWWDIR%%/plugins/TakeATour/language/nl_NL/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nl_NL/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nl_NL/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nl_NL/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nl_NL/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/nl_NL/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pl_PL/description.txt
%%WWWDIR%%/plugins/TakeATour/language/pl_PL/index.php
%%WWWDIR%%/plugins/TakeATour/language/pl_PL/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pl_PL/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pl_PL/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pl_PL/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pl_PL/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_BR/description.txt
%%WWWDIR%%/plugins/TakeATour/language/pt_BR/index.php
%%WWWDIR%%/plugins/TakeATour/language/pt_BR/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_BR/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_BR/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_BR/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_BR/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_BR/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_PT/description.txt
%%WWWDIR%%/plugins/TakeATour/language/pt_PT/index.php
%%WWWDIR%%/plugins/TakeATour/language/pt_PT/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_PT/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_PT/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_PT/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_PT/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/pt_PT/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ro_RO/description.txt
%%WWWDIR%%/plugins/TakeATour/language/ro_RO/index.php
%%WWWDIR%%/plugins/TakeATour/language/ro_RO/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ro_RO/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ro_RO/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ro_RO/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ro_RO/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ru_RU/description.txt
%%WWWDIR%%/plugins/TakeATour/language/ru_RU/index.php
%%WWWDIR%%/plugins/TakeATour/language/ru_RU/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ru_RU/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ru_RU/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ru_RU/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ru_RU/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/ru_RU/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sk_SK/description.txt
%%WWWDIR%%/plugins/TakeATour/language/sk_SK/index.php
%%WWWDIR%%/plugins/TakeATour/language/sk_SK/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sk_SK/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sk_SK/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sk_SK/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sl_SI/description.txt
%%WWWDIR%%/plugins/TakeATour/language/sl_SI/index.php
%%WWWDIR%%/plugins/TakeATour/language/sl_SI/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sl_SI/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sl_SI/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sl_SI/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sl_SI/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sr_RS/description.txt
%%WWWDIR%%/plugins/TakeATour/language/sr_RS/index.php
%%WWWDIR%%/plugins/TakeATour/language/sr_RS/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sr_RS/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sr_RS/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sv_SE/description.txt
%%WWWDIR%%/plugins/TakeATour/language/sv_SE/index.php
%%WWWDIR%%/plugins/TakeATour/language/sv_SE/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sv_SE/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sv_SE/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sv_SE/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sv_SE/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/sv_SE/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/th_TH/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/tr_TR/description.txt
%%WWWDIR%%/plugins/TakeATour/language/tr_TR/index.php
%%WWWDIR%%/plugins/TakeATour/language/tr_TR/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/tr_TR/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/tr_TR/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/tr_TR/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/tr_TR/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/uk_UA/description.txt
%%WWWDIR%%/plugins/TakeATour/language/uk_UA/index.php
%%WWWDIR%%/plugins/TakeATour/language/uk_UA/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/uk_UA/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/uk_UA/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/uk_UA/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/uk_UA/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/vi_VN/description.txt
%%WWWDIR%%/plugins/TakeATour/language/vi_VN/index.php
%%WWWDIR%%/plugins/TakeATour/language/vi_VN/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/vi_VN/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/vi_VN/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/vi_VN/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/zh_CN/description.txt
%%WWWDIR%%/plugins/TakeATour/language/zh_CN/index.php
%%WWWDIR%%/plugins/TakeATour/language/zh_CN/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/zh_CN/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/zh_CN/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/zh_CN/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/zh_CN/tour_first_contact.lang.php
%%WWWDIR%%/plugins/TakeATour/language/zh_CN/tour_privacy.lang.php
%%WWWDIR%%/plugins/TakeATour/language/zh_HK/tour_2_8_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/zh_HK/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/zh_TW/index.php
%%WWWDIR%%/plugins/TakeATour/language/zh_TW/tour_2_7_0.lang.php
%%WWWDIR%%/plugins/TakeATour/main.inc.php
%%WWWDIR%%/plugins/TakeATour/pem_metadata.txt
%%WWWDIR%%/plugins/TakeATour/tours/2_7_0/config.inc.php
%%WWWDIR%%/plugins/TakeATour/tours/2_7_0/tour.tpl
%%WWWDIR%%/plugins/TakeATour/tours/2_8_0/config.inc.php
%%WWWDIR%%/plugins/TakeATour/tours/2_8_0/tour.tpl
%%WWWDIR%%/plugins/TakeATour/tours/2_9_0/config.inc.php
%%WWWDIR%%/plugins/TakeATour/tours/2_9_0/tour.tpl
%%WWWDIR%%/plugins/TakeATour/tours/config/config.inc.php
%%WWWDIR%%/plugins/TakeATour/tours/config/tour.tpl
%%WWWDIR%%/plugins/TakeATour/tours/edit_photos/config.inc.php
%%WWWDIR%%/plugins/TakeATour/tours/edit_photos/tour.tpl
%%WWWDIR%%/plugins/TakeATour/tours/first_contact/config.inc.php
%%WWWDIR%%/plugins/TakeATour/tours/first_contact/tour.tpl
%%WWWDIR%%/plugins/TakeATour/tours/first_contact/tour.tpl.bak
%%WWWDIR%%/plugins/TakeATour/tours/manage_albums/config.inc.php
%%WWWDIR%%/plugins/TakeATour/tours/manage_albums/tour.tpl
%%WWWDIR%%/plugins/TakeATour/tours/plugins/config.inc.php
%%WWWDIR%%/plugins/TakeATour/tours/plugins/tour.tpl
%%WWWDIR%%/plugins/TakeATour/tours/privacy/config.inc.php
%%WWWDIR%%/plugins/TakeATour/tours/privacy/tour.tpl
%%WWWDIR%%/plugins/TakeATour/tours/scaling/scaling.tpl
%%WWWDIR%%/plugins/TakeATour/tpl/admin.tpl
%%WWWDIR%%/plugins/TakeATour/tpl/js_css.tpl
%%WWWDIR%%/plugins/index.php
%%WWWDIR%%/plugins/language_switch/README.md
%%WWWDIR%%/plugins/language_switch/flag_sprite.jpg
%%WWWDIR%%/plugins/language_switch/flag_sprite_original.png
%%WWWDIR%%/plugins/language_switch/index.php
%%WWWDIR%%/plugins/language_switch/language/af_ZA/description.txt
%%WWWDIR%%/plugins/language_switch/language/af_ZA/index.php
%%WWWDIR%%/plugins/language_switch/language/ar_SA/description.txt
%%WWWDIR%%/plugins/language_switch/language/ar_SA/index.php
%%WWWDIR%%/plugins/language_switch/language/bg_BG/description.txt
%%WWWDIR%%/plugins/language_switch/language/bg_BG/index.php
%%WWWDIR%%/plugins/language_switch/language/br_FR/description.txt
%%WWWDIR%%/plugins/language_switch/language/ca_ES/description.txt
%%WWWDIR%%/plugins/language_switch/language/cs_CZ/description.txt
%%WWWDIR%%/plugins/language_switch/language/cs_CZ/index.php
%%WWWDIR%%/plugins/language_switch/language/da_DK/description.txt
%%WWWDIR%%/plugins/language_switch/language/de_DE/description.txt
%%WWWDIR%%/plugins/language_switch/language/de_DE/index.php
%%WWWDIR%%/plugins/language_switch/language/el_GR/description.txt
%%WWWDIR%%/plugins/language_switch/language/en_UK/description.txt
%%WWWDIR%%/plugins/language_switch/language/en_UK/index.php
%%WWWDIR%%/plugins/language_switch/language/eo_EO/description.txt
%%WWWDIR%%/plugins/language_switch/language/es_ES/description.txt
%%WWWDIR%%/plugins/language_switch/language/es_ES/index.php
%%WWWDIR%%/plugins/language_switch/language/et_EE/description.txt
%%WWWDIR%%/plugins/language_switch/language/et_EE/index.php
%%WWWDIR%%/plugins/language_switch/language/eu_ES/description.txt
%%WWWDIR%%/plugins/language_switch/language/fa_IR/description.txt
%%WWWDIR%%/plugins/language_switch/language/fa_IR/index.php
%%WWWDIR%%/plugins/language_switch/language/fi_FI/description.txt
%%WWWDIR%%/plugins/language_switch/language/fr_CA/description.txt
%%WWWDIR%%/plugins/language_switch/language/fr_CA/index.php
%%WWWDIR%%/plugins/language_switch/language/fr_FR/description.txt
%%WWWDIR%%/plugins/language_switch/language/fr_FR/index.php
%%WWWDIR%%/plugins/language_switch/language/gl_ES/description.txt
%%WWWDIR%%/plugins/language_switch/language/he_IL/description.txt
%%WWWDIR%%/plugins/language_switch/language/he_IL/index.php
%%WWWDIR%%/plugins/language_switch/language/hr_HR/description.txt
%%WWWDIR%%/plugins/language_switch/language/hr_HR/index.php
%%WWWDIR%%/plugins/language_switch/language/hu_HU/description.txt
%%WWWDIR%%/plugins/language_switch/language/hu_HU/index.php
%%WWWDIR%%/plugins/language_switch/language/index.php
%%WWWDIR%%/plugins/language_switch/language/it_IT/description.txt
%%WWWDIR%%/plugins/language_switch/language/it_IT/index.php
%%WWWDIR%%/plugins/language_switch/language/ja_JP/description.txt
%%WWWDIR%%/plugins/language_switch/language/ja_JP/index.php
%%WWWDIR%%/plugins/language_switch/language/ka_GE/description.txt
%%WWWDIR%%/plugins/language_switch/language/ka_GE/index.php
%%WWWDIR%%/plugins/language_switch/language/km_KH/description.txt
%%WWWDIR%%/plugins/language_switch/language/km_KH/index.php
%%WWWDIR%%/plugins/language_switch/language/kn_IN/description.txt
%%WWWDIR%%/plugins/language_switch/language/ko_KR/description.txt
%%WWWDIR%%/plugins/language_switch/language/lt_LT/description.txt
%%WWWDIR%%/plugins/language_switch/language/lv_LV/description.txt
%%WWWDIR%%/plugins/language_switch/language/lv_LV/index.php
%%WWWDIR%%/plugins/language_switch/language/mn_MN/description.txt
%%WWWDIR%%/plugins/language_switch/language/mn_MN/index.php
%%WWWDIR%%/plugins/language_switch/language/nb_NO/description.txt
%%WWWDIR%%/plugins/language_switch/language/nb_NO/index.php
%%WWWDIR%%/plugins/language_switch/language/nl_NL/description.txt
%%WWWDIR%%/plugins/language_switch/language/nl_NL/index.php
%%WWWDIR%%/plugins/language_switch/language/nn_NO/description.txt
%%WWWDIR%%/plugins/language_switch/language/pl_PL/description.txt
%%WWWDIR%%/plugins/language_switch/language/pl_PL/index.php
%%WWWDIR%%/plugins/language_switch/language/pt_BR/description.txt
%%WWWDIR%%/plugins/language_switch/language/pt_BR/index.php
%%WWWDIR%%/plugins/language_switch/language/pt_PT/description.txt
%%WWWDIR%%/plugins/language_switch/language/pt_PT/index.php
%%WWWDIR%%/plugins/language_switch/language/ro_RO/description.txt
%%WWWDIR%%/plugins/language_switch/language/ru_RU/description.txt
%%WWWDIR%%/plugins/language_switch/language/ru_RU/index.php
%%WWWDIR%%/plugins/language_switch/language/sh_RS/description.txt
%%WWWDIR%%/plugins/language_switch/language/sk_SK/description.txt
%%WWWDIR%%/plugins/language_switch/language/sk_SK/index.php
%%WWWDIR%%/plugins/language_switch/language/sl_SI/description.txt
%%WWWDIR%%/plugins/language_switch/language/sr_RS/description.txt
%%WWWDIR%%/plugins/language_switch/language/sr_RS/index.php
%%WWWDIR%%/plugins/language_switch/language/sv_SE/description.txt
%%WWWDIR%%/plugins/language_switch/language/sv_SE/index.php
%%WWWDIR%%/plugins/language_switch/language/ta_IN/description.txt
%%WWWDIR%%/plugins/language_switch/language/th_TH/description.txt
%%WWWDIR%%/plugins/language_switch/language/th_TH/index.php
%%WWWDIR%%/plugins/language_switch/language/tr_TR/description.txt
%%WWWDIR%%/plugins/language_switch/language/tr_TR/index.php
%%WWWDIR%%/plugins/language_switch/language/uk_UA/description.txt
%%WWWDIR%%/plugins/language_switch/language/vi_VN/description.txt
%%WWWDIR%%/plugins/language_switch/language/vi_VN/index.php
%%WWWDIR%%/plugins/language_switch/language/zh_CN/description.txt
%%WWWDIR%%/plugins/language_switch/language/zh_CN/index.php
%%WWWDIR%%/plugins/language_switch/language/zh_HK/description.txt
%%WWWDIR%%/plugins/language_switch/language/zh_TW/description.txt
%%WWWDIR%%/plugins/language_switch/language/zh_TW/index.php
%%WWWDIR%%/plugins/language_switch/language_switch.css
%%WWWDIR%%/plugins/language_switch/language_switch.inc.php
%%WWWDIR%%/plugins/language_switch/language_switch_flags.tpl
%%WWWDIR%%/plugins/language_switch/main.inc.php
%%WWWDIR%%/plugins/language_switch/pem_metadata.txt
%%WWWDIR%%/plugins/language_switch/style.css
@mode
@owner root
@group wheel
%%WWWDIR%%/popuphelp.php
%%WWWDIR%%/profile.php
%%WWWDIR%%/qsearch.php
%%WWWDIR%%/random.php
%%WWWDIR%%/register.php
%%WWWDIR%%/search.php
%%WWWDIR%%/search_rules.php
%%WWWDIR%%/tags.php
%%WWWDIR%%/template-extension/distributed/samples/my-picture.tpl
%%WWWDIR%%/template-extension/distributed/samples/my-thumbnails.tpl
%%WWWDIR%%/template-extension/distributed/samples/my-thumbnails2.css
%%WWWDIR%%/template-extension/distributed/samples/my-thumbnails2.tpl
%%WWWDIR%%/template-extension/distributed/samples/titling_categories.tpl
%%WWWDIR%%/template-extension/index.php
%%WWWDIR%%/template-extension/yoga/index.php
%%WWWDIR%%/template-extension/yoga/local/README
%%WWWDIR%%/template-extension/yoga/local/index.php
%%WWWDIR%%/themes/Sylvia/icon/datepicker.png
%%WWWDIR%%/themes/Sylvia/icon/delete.png
%%WWWDIR%%/themes/Sylvia/icon/edit.png
%%WWWDIR%%/themes/Sylvia/icon/errors.png
%%WWWDIR%%/themes/Sylvia/icon/errors_small.png
%%WWWDIR%%/themes/Sylvia/icon/favicon.ico
%%WWWDIR%%/themes/Sylvia/icon/img_small.png
%%WWWDIR%%/themes/Sylvia/icon/index.php
%%WWWDIR%%/themes/Sylvia/icon/infos.png
%%WWWDIR%%/themes/Sylvia/icon/mimetypes/avi.png
%%WWWDIR%%/themes/Sylvia/icon/mimetypes/index.php
%%WWWDIR%%/themes/Sylvia/icon/mimetypes/mp3.png
%%WWWDIR%%/themes/Sylvia/icon/mimetypes/mpg.png
%%WWWDIR%%/themes/Sylvia/icon/mimetypes/ogg.png
%%WWWDIR%%/themes/Sylvia/icon/mimetypes/zip.png
%%WWWDIR%%/themes/Sylvia/icon/note.png
%%WWWDIR%%/themes/Sylvia/icon/rating-stars.gif
%%WWWDIR%%/themes/Sylvia/icon/rating-stars.png
%%WWWDIR%%/themes/Sylvia/icon/recent.png
%%WWWDIR%%/themes/Sylvia/icon/recent_by_child.png
%%WWWDIR%%/themes/Sylvia/icon/recent_s.png
%%WWWDIR%%/themes/Sylvia/icon/recent_s_by_child.png
%%WWWDIR%%/themes/Sylvia/icon/remove_s.png
%%WWWDIR%%/themes/Sylvia/icon/start_filter.png
%%WWWDIR%%/themes/Sylvia/icon/stop_filter.png
%%WWWDIR%%/themes/Sylvia/icon/validate_s.png
%%WWWDIR%%/themes/Sylvia/images/ajax_loader.gif
%%WWWDIR%%/themes/Sylvia/images/bottom-left-bg.jpg
%%WWWDIR%%/themes/Sylvia/images/cat_bottom-left.gif
%%WWWDIR%%/themes/Sylvia/images/cat_bottom-right.gif
%%WWWDIR%%/themes/Sylvia/images/cat_top-left.gif
%%WWWDIR%%/themes/Sylvia/images/cat_top-right.gif
%%WWWDIR%%/themes/Sylvia/images/fillet.gif
%%WWWDIR%%/themes/Sylvia/images/header_msgs-bg.gif
%%WWWDIR%%/themes/Sylvia/images/menuBox_bottom.gif
%%WWWDIR%%/themes/Sylvia/images/menuBox_sides.gif
%%WWWDIR%%/themes/Sylvia/images/menuBox_top.gif
%%WWWDIR%%/themes/Sylvia/images/menuId_bottom.gif
%%WWWDIR%%/themes/Sylvia/images/menuId_sides.gif
%%WWWDIR%%/themes/Sylvia/images/menuId_top.gif
%%WWWDIR%%/themes/Sylvia/images/top-left-bg.jpg
%%WWWDIR%%/themes/Sylvia/images/transparent.gif
%%WWWDIR%%/themes/Sylvia/index.php
%%WWWDIR%%/themes/Sylvia/local_head.tpl
%%WWWDIR%%/themes/Sylvia/screenshot.png
%%WWWDIR%%/themes/Sylvia/theme-ie.css
%%WWWDIR%%/themes/Sylvia/theme.css
%%WWWDIR%%/themes/Sylvia/themeconf.inc.php
%%WWWDIR%%/themes/clear/index.php
%%WWWDIR%%/themes/clear/screenshot.png
%%WWWDIR%%/themes/clear/theme.css
%%WWWDIR%%/themes/clear/themeconf.inc.php
%%WWWDIR%%/themes/dark/images/index.php
%%WWWDIR%%/themes/dark/images/tableh1_bg.png
%%WWWDIR%%/themes/dark/index.php
%%WWWDIR%%/themes/dark/screenshot.png
%%WWWDIR%%/themes/dark/theme.css
%%WWWDIR%%/themes/dark/themeconf.inc.php
%%WWWDIR%%/themes/default/fix-ie5-ie6.css
%%WWWDIR%%/themes/default/fix-ie7.css
%%WWWDIR%%/themes/default/fix-khtml.css
%%WWWDIR%%/themes/default/icon/datepicker.png
%%WWWDIR%%/themes/default/icon/errors.png
%%WWWDIR%%/themes/default/icon/errors_small.png
%%WWWDIR%%/themes/default/icon/favicon.ico
%%WWWDIR%%/themes/default/icon/img_small.png
%%WWWDIR%%/themes/default/icon/index.php
%%WWWDIR%%/themes/default/icon/infos.png
%%WWWDIR%%/themes/default/icon/mimetypes/avi.png
%%WWWDIR%%/themes/default/icon/mimetypes/index.php
%%WWWDIR%%/themes/default/icon/mimetypes/mp3.png
%%WWWDIR%%/themes/default/icon/mimetypes/mpg.png
%%WWWDIR%%/themes/default/icon/mimetypes/ogg.png
%%WWWDIR%%/themes/default/icon/mimetypes/unknown.png
%%WWWDIR%%/themes/default/icon/mimetypes/zip.png
%%WWWDIR%%/themes/default/icon/note.png
%%WWWDIR%%/themes/default/icon/rating-stars.gif
%%WWWDIR%%/themes/default/icon/recent.png
%%WWWDIR%%/themes/default/icon/recent_by_child.png
%%WWWDIR%%/themes/default/icon/remove_s.png
%%WWWDIR%%/themes/default/iconset.css
%%WWWDIR%%/themes/default/images/ajax-loader-small.gif
%%WWWDIR%%/themes/default/images/ajax_loader.gif
%%WWWDIR%%/themes/default/images/index.php
%%WWWDIR%%/themes/default/images/progressbar.gif
%%WWWDIR%%/themes/default/images/progressbg_black.gif
%%WWWDIR%%/themes/default/images/progressbg_green.gif
%%WWWDIR%%/themes/default/images/progressbg_orange.gif
%%WWWDIR%%/themes/default/images/progressbg_red.gif
%%WWWDIR%%/themes/default/images/progressbg_yellow.gif
%%WWWDIR%%/themes/default/index.php
%%WWWDIR%%/themes/default/js/jquery.js
%%WWWDIR%%/themes/default/js/jquery.min.js
%%WWWDIR%%/themes/default/js/plugins/Jcrop.gif
%%WWWDIR%%/themes/default/js/plugins/chosen-sprite.png
%%WWWDIR%%/themes/default/js/plugins/chosen-sprite@2x.png
%%WWWDIR%%/themes/default/js/plugins/chosen.css
%%WWWDIR%%/themes/default/js/plugins/chosen.jquery.min.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ar.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-bg.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-bn.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ca.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-cs.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-da.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-de.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-es.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-et.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-fa.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-fi.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-fr.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-gl.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-gr.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-he.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-hr.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-hu.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-id.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-it.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ja.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-kr.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-lt.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-lv.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-my.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-nl.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-no.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-pl.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-pt_BR.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ro.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ru.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-si.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-sk.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-sr.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-sv.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-tr.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-uk.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-zh_CN.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-zh_TW.js
%%WWWDIR%%/themes/default/js/plugins/colorbox/style1/colorbox.css
%%WWWDIR%%/themes/default/js/plugins/colorbox/style1/images/border.png
%%WWWDIR%%/themes/default/js/plugins/colorbox/style1/images/controls.png
%%WWWDIR%%/themes/default/js/plugins/colorbox/style1/images/loading.gif
%%WWWDIR%%/themes/default/js/plugins/colorbox/style1/images/loading_background.png
%%WWWDIR%%/themes/default/js/plugins/colorbox/style1/images/overlay.png
%%WWWDIR%%/themes/default/js/plugins/colorbox/style2/colorbox.css
%%WWWDIR%%/themes/default/js/plugins/colorbox/style2/images/controls.png
%%WWWDIR%%/themes/default/js/plugins/colorbox/style2/images/loading.gif
%%WWWDIR%%/themes/default/js/plugins/colorbox/style3/colorbox.css
%%WWWDIR%%/themes/default/js/plugins/colorbox/style3/images/controls.png
%%WWWDIR%%/themes/default/js/plugins/colorbox/style3/images/loading.gif
%%WWWDIR%%/themes/default/js/plugins/colorbox/style4/colorbox.css
%%WWWDIR%%/themes/default/js/plugins/colorbox/style4/images/border1.png
%%WWWDIR%%/themes/default/js/plugins/colorbox/style4/images/border2.png
%%WWWDIR%%/themes/default/js/plugins/colorbox/style4/images/loading.gif
%%WWWDIR%%/themes/default/js/plugins/colorbox/style5/colorbox.css
%%WWWDIR%%/themes/default/js/plugins/colorbox/style5/images/border.png
%%WWWDIR%%/themes/default/js/plugins/colorbox/style5/images/controls.png
%%WWWDIR%%/themes/default/js/plugins/colorbox/style5/images/loading.gif
%%WWWDIR%%/themes/default/js/plugins/colorbox/style5/images/loading_background.png
%%WWWDIR%%/themes/default/js/plugins/datatables/css/jquery.dataTables.css
%%WWWDIR%%/themes/default/js/plugins/datatables/images/sort_asc.png
%%WWWDIR%%/themes/default/js/plugins/datatables/images/sort_asc_disabled.png
%%WWWDIR%%/themes/default/js/plugins/datatables/images/sort_both.png
%%WWWDIR%%/themes/default/js/plugins/datatables/images/sort_desc.png
%%WWWDIR%%/themes/default/js/plugins/datatables/images/sort_desc_disabled.png
%%WWWDIR%%/themes/default/js/plugins/jgrowl-alert.png
%%WWWDIR%%/themes/default/js/plugins/jgrowl-check.png
%%WWWDIR%%/themes/default/js/plugins/jgrowl-error.png
%%WWWDIR%%/themes/default/js/plugins/jquery.Jcrop.css
%%WWWDIR%%/themes/default/js/plugins/jquery.Jcrop.js
%%WWWDIR%%/themes/default/js/plugins/jquery.Jcrop.min.js
%%WWWDIR%%/themes/default/js/plugins/jquery.ajaxmanager.js
%%WWWDIR%%/themes/default/js/plugins/jquery.autogrow-textarea.js
%%WWWDIR%%/themes/default/js/plugins/jquery.cluetip.js
%%WWWDIR%%/themes/default/js/plugins/jquery.colorbox.min.js
%%WWWDIR%%/themes/default/js/plugins/jquery.dataTables.js
%%WWWDIR%%/themes/default/js/plugins/jquery.jgrowl.css
%%WWWDIR%%/themes/default/js/plugins/jquery.jgrowl_minimized.js
%%WWWDIR%%/themes/default/js/plugins/jquery.progressbar.js
%%WWWDIR%%/themes/default/js/plugins/jquery.progressbar.min.js
%%WWWDIR%%/themes/default/js/plugins/jquery.sort.js
%%WWWDIR%%/themes/default/js/plugins/jquery.tipTip.minified.js
%%WWWDIR%%/themes/default/js/plugins/jquery.tokeninput.css
%%WWWDIR%%/themes/default/js/plugins/jquery.tokeninput.js
%%WWWDIR%%/themes/default/js/plugins/piecon.js
%%WWWDIR%%/themes/default/js/plugins/plupload/Moxie.swf
%%WWWDIR%%/themes/default/js/plugins/plupload/Moxie.xap
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/ar.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/az.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/bs.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/cs.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/cy.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/da.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/de.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/el.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/en.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/es.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/et.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/fa.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/fi.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/fr.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/he.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/hr.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/hu.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/hy.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/id.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/it.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/ja.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/ka.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/kk.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/km.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/ko.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/lt.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/lv.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/mn.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/ms.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/nl.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/pl.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/pt_BR.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/ro.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/ru.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/sk.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/sq.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/sr.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/sr_RS.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/sv.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/th_TH.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/tr.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/uk_UA.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/zh_CN.js
%%WWWDIR%%/themes/default/js/plugins/plupload/i18n/zh_TW.js
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.plupload.queue/css/jquery.plupload.queue.css
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.plupload.queue/img/backgrounds.gif
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.plupload.queue/img/buttons-disabled.png
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.plupload.queue/img/buttons.png
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.plupload.queue/img/delete.gif
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.plupload.queue/img/done.gif
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.plupload.queue/img/error.gif
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.plupload.queue/img/throbber.gif
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.plupload.queue/img/transp50.png
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.plupload.queue/jquery.plupload.queue.js
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.plupload.queue/jquery.plupload.queue.min.js
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.ui.plupload/css/jquery.ui.plupload.css
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.ui.plupload/css/jquery.ui.plupload.css.orig
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.ui.plupload/img/loading.gif
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.ui.plupload/img/plupload.png
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.ui.plupload/jquery.ui.plupload.js
%%WWWDIR%%/themes/default/js/plugins/plupload/jquery.ui.plupload/jquery.ui.plupload.min.js
%%WWWDIR%%/themes/default/js/plugins/plupload/moxie.js
%%WWWDIR%%/themes/default/js/plugins/plupload/moxie.min.js
%%WWWDIR%%/themes/default/js/plugins/plupload/plupload.dev.js
%%WWWDIR%%/themes/default/js/plugins/plupload/plupload.full.min.js
%%WWWDIR%%/themes/default/js/plugins/plupload/plupload.min.js
%%WWWDIR%%/themes/default/js/plugins/selectize.clear.css
%%WWWDIR%%/themes/default/js/plugins/selectize.dark.css
%%WWWDIR%%/themes/default/js/plugins/selectize.min.js
%%WWWDIR%%/themes/default/js/plugins/underscore.js
%%WWWDIR%%/themes/default/js/pngfix.js
%%WWWDIR%%/themes/default/js/rating.js
%%WWWDIR%%/themes/default/js/scripts.js
%%WWWDIR%%/themes/default/js/switchbox.js
%%WWWDIR%%/themes/default/js/thumbnails.loader.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery-ui-i18n.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-af.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ar-DZ.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ar.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-az.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-bg.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-bs.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ca.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-cs.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-cy-GB.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-da.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-de.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-el.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-en-AU.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-en-GB.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-en-NZ.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-eo.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-es.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-et.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-eu.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-fa.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-fi.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-fo.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-fr-CH.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-fr.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-gl.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-he.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-hi.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-hr.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-hu.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-hy.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-id.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-is.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-it.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ja.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ka.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-kk.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-km.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ko.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-lb.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-lt.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-lv.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-mk.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ml.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ms.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-nl.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-no.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-pl.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-pt-BR.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-pt.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-rm.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ro.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ru.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sk.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sl.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sq.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sr-SR.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sr.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-sv.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-ta.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-th.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-tj.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-tr.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-uk.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-vi.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-zh-CN.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-zh-HK.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.datepicker-zh-TW.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-af.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-am.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-bg.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-ca.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-cs.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-da.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-de.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-el.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-es.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-et.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-eu.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-fi.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-fr.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-gl.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-he.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-hr.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-hu.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-id.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-it.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-ja.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-ko.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-lt.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-nl.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-no.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-pl.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-pt-BR.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-pt.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-ro.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-ru.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-sk.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-sr-RS.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-sr-YU.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-sv.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-th.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-tr.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-uk.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-vi.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-zh-CN.js
%%WWWDIR%%/themes/default/js/ui/i18n/jquery.ui.timepicker-zh-TW.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.accordion.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.autocomplete.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.button.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.core.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.datepicker.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.dialog.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.draggable.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.droppable.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-blind.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-bounce.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-clip.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-drop.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-explode.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-fade.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-fold.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-highlight.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-pulsate.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-scale.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-shake.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-slide.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect-transfer.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.effect.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.menu.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.mouse.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.position.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.progressbar.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.resizable.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.selectable.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.slider.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.sortable.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.spinner.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.tabs.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.timepicker-addon.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.tooltip.js
%%WWWDIR%%/themes/default/js/ui/jquery.ui.widget.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.accordion.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.autocomplete.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.button.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.core.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.datepicker.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.dialog.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.draggable.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.droppable.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-blind.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-bounce.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-clip.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-drop.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-explode.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-fade.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-fold.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-highlight.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-pulsate.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-scale.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-shake.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-slide.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect-transfer.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.effect.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.menu.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.mouse.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.position.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.progressbar.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.resizable.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.selectable.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.slider.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.sortable.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.spinner.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.tabs.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.timepicker-addon.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.tooltip.min.js
%%WWWDIR%%/themes/default/js/ui/minified/jquery.ui.widget.min.js
%%WWWDIR%%/themes/default/js/ui/theme/images/animated-overlay.gif
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_flat_0_aaaaaa_40x100.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_flat_75_ffffff_40x100.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_glass_55_fbf9ee_1x400.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_glass_65_ffffff_1x400.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_glass_75_dadada_1x400.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_glass_75_e6e6e6_1x400.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_glass_95_fef1ec_1x400.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-icons_222222_256x240.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-icons_2e83ff_256x240.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-icons_454545_256x240.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-icons_888888_256x240.png
%%WWWDIR%%/themes/default/js/ui/theme/images/ui-icons_cd0a0a_256x240.png
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.accordion.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.all.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.autocomplete.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.base.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.button.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.core.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.datepicker.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.dialog.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.menu.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.progressbar.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.resizable.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.selectable.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.slider.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.spinner.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.tabs.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.theme.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.timepicker-addon.css
%%WWWDIR%%/themes/default/js/ui/theme/jquery.ui.tooltip.css
%%WWWDIR%%/themes/default/local_head.tpl
%%WWWDIR%%/themes/default/print.css
%%WWWDIR%%/themes/default/s26/index.htm
%%WWWDIR%%/themes/default/s26/outline_005e89.png
%%WWWDIR%%/themes/default/s26/outline_808060.png
%%WWWDIR%%/themes/default/s26/outline_808080.png
%%WWWDIR%%/themes/default/s26/outline_ff3363.png
%%WWWDIR%%/themes/default/s26/outline_ff7700.png
%%WWWDIR%%/themes/default/s26/outline_ffff80.png
%%WWWDIR%%/themes/default/s26/outline_ffffff.png
%%WWWDIR%%/themes/default/template/about.tpl
%%WWWDIR%%/themes/default/template/comment_list.tpl
%%WWWDIR%%/themes/default/template/comments.tpl
%%WWWDIR%%/themes/default/template/footer.tpl
%%WWWDIR%%/themes/default/template/header.tpl
%%WWWDIR%%/themes/default/template/identification.tpl
%%WWWDIR%%/themes/default/template/include/autosize.inc.tpl
%%WWWDIR%%/themes/default/template/include/colorbox.inc.tpl
%%WWWDIR%%/themes/default/template/include/resize.inc.tpl
%%WWWDIR%%/themes/default/template/index.tpl
%%WWWDIR%%/themes/default/template/infos_errors.tpl
%%WWWDIR%%/themes/default/template/mail/index.php
%%WWWDIR%%/themes/default/template/mail/screenshot-clear.png
%%WWWDIR%%/themes/default/template/mail/screenshot-dark.png
%%WWWDIR%%/themes/default/template/mail/text/html/cat_group_info.tpl
%%WWWDIR%%/themes/default/template/mail/text/html/footer.tpl
%%WWWDIR%%/themes/default/template/mail/text/html/global-mail-css.tpl
%%WWWDIR%%/themes/default/template/mail/text/html/header.tpl
%%WWWDIR%%/themes/default/template/mail/text/html/index.php
%%WWWDIR%%/themes/default/template/mail/text/html/mail-css-clear.tpl
%%WWWDIR%%/themes/default/template/mail/text/html/mail-css-dark.tpl
%%WWWDIR%%/themes/default/template/mail/text/html/notification_admin.tpl
%%WWWDIR%%/themes/default/template/mail/text/html/notification_by_mail.tpl
%%WWWDIR%%/themes/default/template/mail/text/index.php
%%WWWDIR%%/themes/default/template/mail/text/plain/cat_group_info.tpl
%%WWWDIR%%/themes/default/template/mail/text/plain/footer.tpl
%%WWWDIR%%/themes/default/template/mail/text/plain/header.tpl
%%WWWDIR%%/themes/default/template/mail/text/plain/index.php
%%WWWDIR%%/themes/default/template/mail/text/plain/notification_admin.tpl
%%WWWDIR%%/themes/default/template/mail/text/plain/notification_by_mail.tpl
%%WWWDIR%%/themes/default/template/mainpage_categories.tpl
%%WWWDIR%%/themes/default/template/menubar.tpl
%%WWWDIR%%/themes/default/template/menubar_categories.tpl
%%WWWDIR%%/themes/default/template/menubar_identification.tpl
%%WWWDIR%%/themes/default/template/menubar_links.tpl
%%WWWDIR%%/themes/default/template/menubar_menu.tpl
%%WWWDIR%%/themes/default/template/menubar_specials.tpl
%%WWWDIR%%/themes/default/template/menubar_tags.tpl
%%WWWDIR%%/themes/default/template/month_calendar.tpl
%%WWWDIR%%/themes/default/template/navigation_bar.tpl
%%WWWDIR%%/themes/default/template/nbm.tpl
%%WWWDIR%%/themes/default/template/no_photo_yet.tpl
%%WWWDIR%%/themes/default/template/notification.tpl
%%WWWDIR%%/themes/default/template/password.tpl
%%WWWDIR%%/themes/default/template/picture.tpl
%%WWWDIR%%/themes/default/template/picture_content.tpl
%%WWWDIR%%/themes/default/template/picture_nav_buttons.tpl
%%WWWDIR%%/themes/default/template/popuphelp.tpl
%%WWWDIR%%/themes/default/template/profile.tpl
%%WWWDIR%%/themes/default/template/profile_content.tpl
%%WWWDIR%%/themes/default/template/redirect.tpl
%%WWWDIR%%/themes/default/template/register.tpl
%%WWWDIR%%/themes/default/template/search.tpl
%%WWWDIR%%/themes/default/template/search_rules.tpl
%%WWWDIR%%/themes/default/template/slideshow.tpl
%%WWWDIR%%/themes/default/template/tags.tpl
%%WWWDIR%%/themes/default/template/thumbnails.tpl
%%WWWDIR%%/themes/default/theme.css
%%WWWDIR%%/themes/default/themeconf.inc.php
%%WWWDIR%%/themes/default/watermarks/Owned_Stamp.png
%%WWWDIR%%/themes/default/watermarks/Sample.png
%%WWWDIR%%/themes/default/watermarks/copyright.png
%%WWWDIR%%/themes/elegant/admin/admin.inc.php
%%WWWDIR%%/themes/elegant/admin/admin.tpl
%%WWWDIR%%/themes/elegant/admin/index.php
%%WWWDIR%%/themes/elegant/admin/jquery.ui.button.css
%%WWWDIR%%/themes/elegant/admin/upgrade.inc.php
%%WWWDIR%%/themes/elegant/fix-ie7.css
%%WWWDIR%%/themes/elegant/icon/arrows_ccc.png
%%WWWDIR%%/themes/elegant/icon/arrows_fff.png
%%WWWDIR%%/themes/elegant/icon/icons_sprite-hover.png
%%WWWDIR%%/themes/elegant/icon/icons_sprite.png
%%WWWDIR%%/themes/elegant/icon/icons_sprite.xcf
%%WWWDIR%%/themes/elegant/icon/img_next.png
%%WWWDIR%%/themes/elegant/icon/img_prev.png
%%WWWDIR%%/themes/elegant/icon/none.png
%%WWWDIR%%/themes/elegant/icon/rating-stars.png
%%WWWDIR%%/themes/elegant/index.php
%%WWWDIR%%/themes/elegant/language/ar_SA/theme.lang.php
%%WWWDIR%%/themes/elegant/language/bg_BG/theme.lang.php
%%WWWDIR%%/themes/elegant/language/br_FR/theme.lang.php
%%WWWDIR%%/themes/elegant/language/ca_ES/theme.lang.php
%%WWWDIR%%/themes/elegant/language/cs_CZ/index.php
%%WWWDIR%%/themes/elegant/language/cs_CZ/theme.lang.php
%%WWWDIR%%/themes/elegant/language/da_DK/theme.lang.php
%%WWWDIR%%/themes/elegant/language/de_DE/theme.lang.php
%%WWWDIR%%/themes/elegant/language/el_GR/theme.lang.php
%%WWWDIR%%/themes/elegant/language/en_UK/index.php
%%WWWDIR%%/themes/elegant/language/en_UK/theme.lang.php
%%WWWDIR%%/themes/elegant/language/eo_EO/theme.lang.php
%%WWWDIR%%/themes/elegant/language/es_ES/theme.lang.php
%%WWWDIR%%/themes/elegant/language/et_EE/theme.lang.php
%%WWWDIR%%/themes/elegant/language/fa_IR/theme.lang.php
%%WWWDIR%%/themes/elegant/language/fi_FI/theme.lang.php
%%WWWDIR%%/themes/elegant/language/fr_CA/index.php
%%WWWDIR%%/themes/elegant/language/fr_CA/theme.lang.php
%%WWWDIR%%/themes/elegant/language/fr_FR/index.php
%%WWWDIR%%/themes/elegant/language/fr_FR/theme.lang.php
%%WWWDIR%%/themes/elegant/language/gl_ES/theme.lang.php
%%WWWDIR%%/themes/elegant/language/he_IL/index.php
%%WWWDIR%%/themes/elegant/language/he_IL/theme.lang.php
%%WWWDIR%%/themes/elegant/language/hu_HU/theme.lang.php
%%WWWDIR%%/themes/elegant/language/index.php
%%WWWDIR%%/themes/elegant/language/it_IT/theme.lang.php
%%WWWDIR%%/themes/elegant/language/ja_JP/index.php
%%WWWDIR%%/themes/elegant/language/ja_JP/theme.lang.php
%%WWWDIR%%/themes/elegant/language/km_KH/index.php
%%WWWDIR%%/themes/elegant/language/km_KH/theme.lang.php
%%WWWDIR%%/themes/elegant/language/kn_IN/theme.lang.php
%%WWWDIR%%/themes/elegant/language/ko_KR/theme.lang.php
%%WWWDIR%%/themes/elegant/language/lt_LT/theme.lang.php
%%WWWDIR%%/themes/elegant/language/lv_LV/theme.lang.php
%%WWWDIR%%/themes/elegant/language/mn_MN/index.php
%%WWWDIR%%/themes/elegant/language/mn_MN/theme.lang.php
%%WWWDIR%%/themes/elegant/language/nb_NO/theme.lang.php
%%WWWDIR%%/themes/elegant/language/nl_NL/theme.lang.php
%%WWWDIR%%/themes/elegant/language/nn_NO/theme.lang.php
%%WWWDIR%%/themes/elegant/language/pl_PL/theme.lang.php
%%WWWDIR%%/themes/elegant/language/pt_BR/theme.lang.php
%%WWWDIR%%/themes/elegant/language/pt_PT/theme.lang.php
%%WWWDIR%%/themes/elegant/language/ro_RO/theme.lang.php
%%WWWDIR%%/themes/elegant/language/ru_RU/theme.lang.php
%%WWWDIR%%/themes/elegant/language/sk_SK/theme.lang.php
%%WWWDIR%%/themes/elegant/language/sl_SI/theme.lang.php
%%WWWDIR%%/themes/elegant/language/sr_RS/index.php
%%WWWDIR%%/themes/elegant/language/sr_RS/theme.lang.php
%%WWWDIR%%/themes/elegant/language/sv_SE/theme.lang.php
%%WWWDIR%%/themes/elegant/language/ta_IN/theme.lang.php
%%WWWDIR%%/themes/elegant/language/th_TH/theme.lang.php
%%WWWDIR%%/themes/elegant/language/tr_TR/theme.lang.php
%%WWWDIR%%/themes/elegant/language/uk_UA/theme.lang.php
%%WWWDIR%%/themes/elegant/language/vi_VN/theme.lang.php
%%WWWDIR%%/themes/elegant/language/zh_CN/theme.lang.php
%%WWWDIR%%/themes/elegant/language/zh_HK/theme.lang.php
%%WWWDIR%%/themes/elegant/language/zh_TW/theme.lang.php
%%WWWDIR%%/themes/elegant/local_head.tpl
%%WWWDIR%%/themes/elegant/screenshot.png
%%WWWDIR%%/themes/elegant/scripts.js
%%WWWDIR%%/themes/elegant/scripts_pp.js
%%WWWDIR%%/themes/elegant/theme.css
%%WWWDIR%%/themes/elegant/themeconf.inc.php
%%WWWDIR%%/themes/index.php
%%WWWDIR%%/themes/smartpocket/admin/admin.inc.php
%%WWWDIR%%/themes/smartpocket/admin/admin.tpl
%%WWWDIR%%/themes/smartpocket/admin/index.php
%%WWWDIR%%/themes/smartpocket/admin/maintain.inc.php
%%WWWDIR%%/themes/smartpocket/admin/upgrade.inc.php
%%WWWDIR%%/themes/smartpocket/images/ajax-loader.gif
%%WWWDIR%%/themes/smartpocket/images/ajax-loader.png
%%WWWDIR%%/themes/smartpocket/images/error.gif
%%WWWDIR%%/themes/smartpocket/images/icons-18-black.png
%%WWWDIR%%/themes/smartpocket/images/icons-18-white.png
%%WWWDIR%%/themes/smartpocket/images/icons-36-black.png
%%WWWDIR%%/themes/smartpocket/images/icons-36-white.png
%%WWWDIR%%/themes/smartpocket/images/icons.png
%%WWWDIR%%/themes/smartpocket/images/icons@2x.png
%%WWWDIR%%/themes/smartpocket/images/loader.gif
%%WWWDIR%%/themes/smartpocket/jquery.mobile.css
%%WWWDIR%%/themes/smartpocket/js/code.photoswipe.jquery.min.js
%%WWWDIR%%/themes/smartpocket/js/code.photoswipe.min.js
%%WWWDIR%%/themes/smartpocket/js/config.js
%%WWWDIR%%/themes/smartpocket/js/jquery-1.6.4.min.js
%%WWWDIR%%/themes/smartpocket/js/jquery.mobile.min.js
%%WWWDIR%%/themes/smartpocket/js/klass.min.js
%%WWWDIR%%/themes/smartpocket/js/smartpocket.js
%%WWWDIR%%/themes/smartpocket/js/thumb.arrange.js
%%WWWDIR%%/themes/smartpocket/language/ar_SA/index.php
%%WWWDIR%%/themes/smartpocket/language/ar_SA/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/bg_BG/index.php
%%WWWDIR%%/themes/smartpocket/language/bg_BG/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/br_FR/index.php
%%WWWDIR%%/themes/smartpocket/language/br_FR/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/ca_ES/index.php
%%WWWDIR%%/themes/smartpocket/language/ca_ES/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/cs_CZ/index.php
%%WWWDIR%%/themes/smartpocket/language/cs_CZ/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/da_DK/index.php
%%WWWDIR%%/themes/smartpocket/language/da_DK/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/de_DE/index.php
%%WWWDIR%%/themes/smartpocket/language/de_DE/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/el_GR/index.php
%%WWWDIR%%/themes/smartpocket/language/el_GR/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/en_UK/index.php
%%WWWDIR%%/themes/smartpocket/language/en_UK/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/eo_EO/index.php
%%WWWDIR%%/themes/smartpocket/language/eo_EO/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/es_ES/index.php
%%WWWDIR%%/themes/smartpocket/language/es_ES/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/es_MX/index.php
%%WWWDIR%%/themes/smartpocket/language/es_MX/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/et_EE/index.php
%%WWWDIR%%/themes/smartpocket/language/et_EE/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/fa_IR/index.php
%%WWWDIR%%/themes/smartpocket/language/fa_IR/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/fi_FI/index.php
%%WWWDIR%%/themes/smartpocket/language/fi_FI/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/fr_CA/index.php
%%WWWDIR%%/themes/smartpocket/language/fr_CA/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/fr_FR/index.php
%%WWWDIR%%/themes/smartpocket/language/fr_FR/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/gl_ES/index.php
%%WWWDIR%%/themes/smartpocket/language/gl_ES/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/he_IL/index.php
%%WWWDIR%%/themes/smartpocket/language/he_IL/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/hu_HU/index.php
%%WWWDIR%%/themes/smartpocket/language/hu_HU/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/it_IT/index.php
%%WWWDIR%%/themes/smartpocket/language/it_IT/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/ja_JP/index.php
%%WWWDIR%%/themes/smartpocket/language/ja_JP/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/km_KH/index.php
%%WWWDIR%%/themes/smartpocket/language/km_KH/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/lt_LT/index.php
%%WWWDIR%%/themes/smartpocket/language/lt_LT/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/lv_LV/index.php
%%WWWDIR%%/themes/smartpocket/language/lv_LV/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/mn_MN/index.php
%%WWWDIR%%/themes/smartpocket/language/mn_MN/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/nb_NO/index.php
%%WWWDIR%%/themes/smartpocket/language/nb_NO/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/nl_NL/index.php
%%WWWDIR%%/themes/smartpocket/language/nl_NL/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/nn_NO/index.php
%%WWWDIR%%/themes/smartpocket/language/nn_NO/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/pl_PL/index.php
%%WWWDIR%%/themes/smartpocket/language/pl_PL/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/pt_BR/index.php
%%WWWDIR%%/themes/smartpocket/language/pt_BR/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/pt_PT/index.php
%%WWWDIR%%/themes/smartpocket/language/pt_PT/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/ro_RO/index.php
%%WWWDIR%%/themes/smartpocket/language/ro_RO/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/ru_RU/index.php
%%WWWDIR%%/themes/smartpocket/language/ru_RU/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/sh_RS/index.php
%%WWWDIR%%/themes/smartpocket/language/sh_RS/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/sk_SK/index.php
%%WWWDIR%%/themes/smartpocket/language/sk_SK/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/sl_SI/index.php
%%WWWDIR%%/themes/smartpocket/language/sl_SI/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/sr_RS/index.php
%%WWWDIR%%/themes/smartpocket/language/sr_RS/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/sv_SE/index.php
%%WWWDIR%%/themes/smartpocket/language/sv_SE/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/ta_IN/index.php
%%WWWDIR%%/themes/smartpocket/language/ta_IN/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/th_TH/index.php
%%WWWDIR%%/themes/smartpocket/language/th_TH/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/tr_TR/index.php
%%WWWDIR%%/themes/smartpocket/language/tr_TR/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/uk_UA/index.php
%%WWWDIR%%/themes/smartpocket/language/uk_UA/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/vi_VN/index.php
%%WWWDIR%%/themes/smartpocket/language/vi_VN/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/zh_CN/index.php
%%WWWDIR%%/themes/smartpocket/language/zh_CN/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/zh_HK/index.php
%%WWWDIR%%/themes/smartpocket/language/zh_HK/theme.lang.php
%%WWWDIR%%/themes/smartpocket/language/zh_TW/index.php
%%WWWDIR%%/themes/smartpocket/language/zh_TW/theme.lang.php
%%WWWDIR%%/themes/smartpocket/photoswipe.css
%%WWWDIR%%/themes/smartpocket/screenshot.png
%%WWWDIR%%/themes/smartpocket/template/about.tpl
%%WWWDIR%%/themes/smartpocket/template/add_menu_on_public_pages.tpl
%%WWWDIR%%/themes/smartpocket/template/comment_list.tpl
%%WWWDIR%%/themes/smartpocket/template/comments.tpl
%%WWWDIR%%/themes/smartpocket/template/footer.tpl
%%WWWDIR%%/themes/smartpocket/template/header.tpl
%%WWWDIR%%/themes/smartpocket/template/identification.tpl
%%WWWDIR%%/themes/smartpocket/template/index.tpl
%%WWWDIR%%/themes/smartpocket/template/infos_errors.tpl
%%WWWDIR%%/themes/smartpocket/template/mainpage_categories.tpl
%%WWWDIR%%/themes/smartpocket/template/menubar.tpl
%%WWWDIR%%/themes/smartpocket/template/menubar_categories.tpl
%%WWWDIR%%/themes/smartpocket/template/menubar_identification.tpl
%%WWWDIR%%/themes/smartpocket/template/menubar_links.tpl
%%WWWDIR%%/themes/smartpocket/template/menubar_menu.tpl
%%WWWDIR%%/themes/smartpocket/template/menubar_specials.tpl
%%WWWDIR%%/themes/smartpocket/template/menubar_tags.tpl
%%WWWDIR%%/themes/smartpocket/template/navigation_bar.tpl
%%WWWDIR%%/themes/smartpocket/template/notification.tpl
%%WWWDIR%%/themes/smartpocket/template/password.tpl
%%WWWDIR%%/themes/smartpocket/template/picture.tpl
%%WWWDIR%%/themes/smartpocket/template/picture_content.tpl
%%WWWDIR%%/themes/smartpocket/template/picture_nav_buttons.tpl
%%WWWDIR%%/themes/smartpocket/template/profile.tpl
%%WWWDIR%%/themes/smartpocket/template/profile_content.tpl
%%WWWDIR%%/themes/smartpocket/template/redirect.tpl
%%WWWDIR%%/themes/smartpocket/template/register.tpl
%%WWWDIR%%/themes/smartpocket/template/search.tpl
%%WWWDIR%%/themes/smartpocket/template/tags.tpl
%%WWWDIR%%/themes/smartpocket/template/thumbnails.tpl
%%WWWDIR%%/themes/smartpocket/theme.css
%%WWWDIR%%/themes/smartpocket/themeconf.inc.php
%%WWWDIR%%/upgrade.php
%%WWWDIR%%/upgrade_feed.php
%%WWWDIR%%/ws.php
@dir(%%WWWOWN%%,%%WWWGRP%%,777) %%WWWDIR%%/_data
@dir(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/upload