22 lines
840 B
PHP
22 lines
840 B
PHP
|
<?php
|
||
|
|
||
|
include __DIR__ . "/../../WMarkDown/PHP/include.php";
|
||
|
include __DIR__ . "/../PHP/LibreTranslatePlus.Secrets.php";
|
||
|
|
||
|
$wmd = new WMarkDown(array_merge([
|
||
|
"action" => "update_scripts",
|
||
|
"author" => "KyMAN",
|
||
|
"project" => "LibreTranslatePlus",
|
||
|
"class" => "LibreTranslatePlus",
|
||
|
"object" => "ltp",
|
||
|
"url" => "https://libretranslateplus.k3y.pw",
|
||
|
"project_author" => "KyMAN",
|
||
|
"key_words" => "contact,book,contact book,kyman,secrets,notes",
|
||
|
"logo" => "/images/LibreTranslatePlus.png",
|
||
|
"language" => "es",
|
||
|
"wmd_file" => "/../WMarkDown/HTML/script.w.md",
|
||
|
"wmd_file_empty" => "/../WMarkDown/HTML/file.w.md",
|
||
|
"ignore_script_paths" => [],
|
||
|
"only" => "/Public"
|
||
|
], LibreTranslatePlus\Secrets::wmarkdown));
|