This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<tbody> | |
<tr> | |
<td > | |
<pre><strong><span> Аппарат</span></strong></pre> | |
</td> | |
<td colspan="2"> | |
<pre><strong><span> <span >пароль для WEB интерфейса</span></span></strong><span> | |
(логин/пароль)</span></pre> | |
</td> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: root | |
* Date: 18.04.19 | |
* Time: 19:06 | |
*/ | |
$_SERVER["DOCUMENT_ROOT"] = "/var/www/"; | |
include($_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/prolog_before.php"); | |
include($_SERVER["DOCUMENT_ROOT"] . "/point/include.inc.php"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#define MARTINGEIL 0x0 | |
main(){ | |
float k = 1.8, pop = 0.1, s = 3 - k; | |
int begin = 30, countSteps = 10, summ = 0, d, r, i, p; | |
summ = summ + begin; | |
for (i = 1; i <= countSteps; i++) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class ObjectValueDoc | |
{ | |
public function __get($name) | |
{ | |
return NULL; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: root | |
* Date: 05.04.15 | |
* Time: 14:57 | |
*/ | |
/** | |
* Class PcmsConfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## Install Gitlab 5.2 on OpenSUSE 12.3 32Bits | |
## Project http://gitlab.org/ | |
## Base https://github.com/gitlabhq/gitlabhq/blob/5-0-stable/doc/install/installation.md | |
## Autor: Nilton OS -- Version 0.9 14-06-2013 -- http://wwww.linuxpro.com.br/blog | |
## Change Vars !!! | |
SERVER_IP="10.0.2.15" | |
SERVER_FQDN="gitlab.linuxpro.com.br" | |
DOMIAN="linuxpro.com.br" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/***************************************************************************** | |
* Copyright (C) 2006-2009, onPHP's MetaConfiguration Builder. * | |
* Generated by onPHP-1.1.master at 2014-02-19 13:03:54 * | |
* This file will never be generated again - feel free to edit. * | |
*****************************************************************************/ | |
class CRMDimensionsProjectEntityUserDAO extends AutoCRMDimensionsProjectEntityUserDAO | |
{ | |
protected static $pageLimit = 50; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Контролер в котором выполняются действия надо пользователем | |
* получение данных пользователя | |
* | |
* Class UserController | |
*/ | |
final class UserController extends BaseProjectModuleController | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: d.sheyn | |
* Date: 02.06.14 | |
* Time: 18:23 | |
*/ | |
require_once | |
__DIR__ . DIRECTORY_SEPARATOR . '..' |
NewerOlder