PHP Classes

File: htdocs/xoops_lib/modules/protector/include/install_extramodcheck.inc.php

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/xoops_lib/modules/protector/include/install_extramodcheck.inc.php   Download  
File: htdocs/xoops_lib/modules/protector/include/install_extramodcheck.inc.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: short array
Merge xswatch4
Date: 2 months ago
Size: 202 bytes
 

Contents

Class file image Download
<?php

/**
 * @param $xoops_root_path
 * @param $mytrustdirname
 *
 * @return array
 */
function get_writeoks_from_protector( $xoops_root_path , $mytrustdirname )
{
    return [
__DIR__ . '/configs'];
}