Subversion Repositories oidplus

Rev

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

Rev 269 Rev 277
Line 15... Line 15...
15
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
 * See the License for the specific language governing permissions and
16
 * See the License for the specific language governing permissions and
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
if (!defined('IN_OIDPLUS')) die();
-
 
21
 
-
 
22
// OIDplusConfig contains settings that are stored in the database.
20
// OIDplusConfig contains settings that are stored in the database.
23
// Not to be confused with OIDplusBaseConfig which is the basic ("static") configuration stored in includes/config.inc.php,
21
// Not to be confused with OIDplusBaseConfig which is the basic ("static") configuration stored in includes/config.inc.php,
24
// e.g. database access credentials.
22
// e.g. database access credentials.
25
class OIDplusConfig implements OIDplusConfigInterface {
23
class OIDplusConfig implements OIDplusConfigInterface {
26
 
24