PHP Classes

File: tests/sample-app/plugins/license-handler/config/rows.php

Recommend this page to a friend!
  Classes of Josantonius   PHP License System   tests/sample-app/plugins/license-handler/config/rows.php   Download  
File: tests/sample-app/plugins/license-handler/config/rows.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP License System
Manage PHP applications license keys
Author: By
Last change:
Date: 6 years ago
Size: 720 bytes
 

Contents

Class file image Download
<?php
/**
 * Licensing and applications manager.
 *
 * @author Josantonius <hello@josantonius.com>
 * @copyright 2017 - 2018 (c) Josantonius - License Handler
 * @license https://opensource.org/licenses/MIT - The MIT License (MIT)
 * @link https://github.com/eliasis-framework/license-handler.git
 * @since 1.0.0
 */

return [
   
'rows' => [
       
'applications' => [
            [
1, 'unknown', 'unknown', 'unknown', 0],
        ],
       
'sites' => [
            [
1, 'unknown', 'unknown', 'unknown', 0],
        ],
       
'licenses' => [
            [
1, 1, 1, '4SMR5-F58AY-W6DWD-UWT3N-PNYCW', 0, '- 1 day'],
        ],
       
'options' => [
            [
1, 1, 'lang', 'es-ES'],
        ],
    ],
];