Browse Source

Awstats integrate

Ernesto Nicolás Carrea 5 years ago
parent
commit
80473dcaef
1 changed files with 5 additions and 0 deletions
  1. 5 0
      bin/module/awstats/integrate.inc

+ 5 - 0
bin/module/awstats/integrate.inc

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+hestia_module_awstats_integrate() {
+    hestia module web integrate
+}