Exemple #1
0
		public static bool PhpCredits(PhpCreditsSections sections)
		{
			PhpNetInfo.Write(PhpNetInfo.Sections.Credits, ScriptContext.CurrentContext.Output);

            return true;
		}
Exemple #2
0
        public static bool PhpCredits(PhpCreditsSections sections)
        {
            PhpNetInfo.Write(PhpNetInfo.Sections.Credits, ScriptContext.CurrentContext.Output);

            return(true);
        }