|
210 | 210 |
|
211 | 211 |
|
212 | 212 | $FILES = array( |
213 | | - |
| 213 | + "README.md", |
| 214 | + "activity_charts/add.php", |
| 215 | + "activity_charts/edit.php", |
| 216 | + "activity_charts/index.html", |
| 217 | + "activity_charts/page_advanced.php", |
| 218 | + "activity_charts/page_appearance.php", |
| 219 | + "activity_charts/page_main.php", |
| 220 | + "activity_charts/page_permissions.php", |
| 221 | + "activity_charts/settings.php", |
| 222 | + "code/ActivityCharts.class.php", |
| 223 | + "code/FIeldCharts.class.php", |
| 224 | + "code/General.class.php", |
| 225 | + "code/Module.class.php", |
| 226 | + "code/Visualizations.class.php", |
| 227 | + "code/actions.php", |
| 228 | + "code/index.html", |
| 229 | + "css/index.html", |
| 230 | + "css/styles.css", |
| 231 | + "css/visualizations.css", |
| 232 | + "field_charts/add.php", |
| 233 | + "field_charts/edit.php", |
| 234 | + "field_charts/index.html", |
| 235 | + "field_charts/page_advanced.php", |
| 236 | + "field_charts/page_appearance.php", |
| 237 | + "field_charts/page_main.php", |
| 238 | + "field_charts/page_permissions.php", |
| 239 | + "field_charts/settings.php", |
| 240 | + "help.php", |
| 241 | + "images/example_area_chart.png", |
| 242 | + "images/example_pie_chart.png", |
| 243 | + "images/icon_visualization.png", |
| 244 | + "images/icon_visualization16x16.png", |
| 245 | + "images/refresh.png", |
| 246 | + "index.php", |
| 247 | + "lang/en_us.php", |
| 248 | + "lang/index.html", |
| 249 | + "library.php", |
| 250 | + "module_config.php", |
| 251 | + "no_internet_connection.tpl", |
| 252 | + "scripts/index.html", |
| 253 | + "scripts/manage_visualizations.js", |
| 254 | + "scripts/visualizations.js", |
| 255 | + "settings.php", |
| 256 | + "smarty_plugins/function.activity_chart_date_range.php", |
| 257 | + "smarty_plugins/function.cache_frequency_dropdown.php", |
| 258 | + "smarty_plugins/function.colour_dropdown.php", |
| 259 | + "smarty_plugins/function.line_width_dropdown.php", |
| 260 | + "templates/activity_charts/add.tpl", |
| 261 | + "templates/activity_charts/edit.tpl", |
| 262 | + "templates/activity_charts/settings.tpl", |
| 263 | + "templates/activity_charts/tab_advanced.tpl", |
| 264 | + "templates/activity_charts/tab_appearance.tpl", |
| 265 | + "templates/activity_charts/tab_main.tpl", |
| 266 | + "templates/activity_charts/tab_permissions.tpl", |
| 267 | + "templates/field_charts/add.tpl", |
| 268 | + "templates/field_charts/edit.tpl", |
| 269 | + "templates/field_charts/settings.tpl", |
| 270 | + "templates/field_charts/tab_advanced.tpl", |
| 271 | + "templates/field_charts/tab_appearance.tpl", |
| 272 | + "templates/field_charts/tab_main.tpl", |
| 273 | + "templates/field_charts/tab_permissions.tpl", |
| 274 | + "templates/help.tpl", |
| 275 | + "templates/index.html", |
| 276 | + "templates/index.tpl", |
| 277 | + "templates/settings.tpl" |
214 | 278 | ); |
215 | 279 |
|
0 commit comments