added simple math and charts modules
This commit is contained in:
15
web/modules/charts/charts.install
Executable file
15
web/modules/charts/charts.install
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Install and update functions for the Charts module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_requirements().
|
||||
*/
|
||||
function charts_requirements($phase) {
|
||||
$requirements = [];
|
||||
|
||||
return $requirements;
|
||||
}
|
||||
Reference in New Issue
Block a user