JSReports/Public/wmd_scripts.php

27 lines
976 B
PHP
Executable File

<?php
include __DIR__ . "/../../WMarkDown/PHP/include.php";
include __DIR__ . "/../PHP/JSReports.Secrets.php";
$wmd = new WMarkDown(array_merge([
"action" => "update_scripts",
"author" => "KyMAN",
"project" => "JSReports",
"class" => "JSReports",
"object" => "jsreports",
"url" => "https://jsreports.k3y.pw",
"project_author" => "KyMAN",
"key_words" => "jsreports,js,report,ecma,pdf,doc,csv,kyman,developt,desarrollo,documentacion,doc",
"logo" => "/images/JSReports.png",
"language" => "es",
"wmd_file" => "/../WMarkDown/HTML/script.w.md",
"wmd_file_empty" => "/../WMarkDown/HTML/file.w.md",
"ignore_script_paths" => [
"/Public/data",
"/Public/git_update.php",
"/Public/wmd.php",
"/Public/wmd_scripts.php"
],
"only" => "/Public"
], JSReports\Secrets::wmarkdown));