Subversion Repositories oidplus

Rev

Rev 506 | Rev 557 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 506 Rev 511
Line 1... Line 1...
1
#!/usr/bin/php
1
#!/usr/bin/php
2
<?php
2
<?php
3
 
3
 
4
/*
4
/*
5
 * OIDplus 2.0
5
 * OIDplus 2.0
6
 * Copyright 2020 Daniel Marschall, ViaThinkSoft
6
 * Copyright 2019 - 2021 Daniel Marschall, ViaThinkSoft
7
 *
7
 *
8
 * Licensed under the Apache License, Version 2.0 (the "License");
8
 * Licensed under the Apache License, Version 2.0 (the "License");
9
 * you may not use this file except in compliance with the License.
9
 * you may not use this file except in compliance with the License.
10
 * You may obtain a copy of the License at
10
 * You may obtain a copy of the License at
11
 *
11
 *
Line 25... Line 25...
25
//             _L("hello world",optionalParams)
25
//             _L("hello world",optionalParams)
26
// and JS files:
26
// and JS files:
27
//             _L('hello world',optionalParams)
27
//             _L('hello world',optionalParams)
28
//             _L("hello world",optionalParams) <recommended>
28
//             _L("hello world",optionalParams) <recommended>
29
 
29
 
30
 
-
 
31
$dir = __DIR__ . '/../../';
30
$dir = __DIR__ . '/../../';
32
 
31
 
33
// ---
32
// ---
34
 
33
 
35
$langs = array();
34
$langs = array();