⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-pear
/
pear
/
php
/
Horde
/
Edit File: Rdo.php
<?php /** * Copyright 2006-2016 Horde LLC (http://www.horde.org/) * * @author Chuck Hagenbuch <chuck@horde.org> * @license http://www.horde.org/licenses/bsd BSD * @category Horde * @package Rdo */ /** * @author Chuck Hagenbuch <chuck@horde.org> * @license http://www.horde.org/licenses/bsd BSD * @category Horde * @package Rdo */ class Horde_Rdo { /** * One-to-one relationships. */ const ONE_TO_ONE = 1; /** * One-to-many relationships (this object has many children). */ const ONE_TO_MANY = 2; /** * Many-to-one relationships (this object is one of many children * of a single parent). */ const MANY_TO_ONE = 3; /** * Many-to-many relationships (this object relates to many * objects, each of which relate to many objects of this type). */ const MANY_TO_MANY = 4; }
Simpan